Browse Source

config.in: changed to disable gcc's go language support

0.2-maint
Christian Wiese 13 years ago
parent
commit
f3c85a4dec
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config.in

+ 2
- 2
config.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/sheba/config.in # Filename: target/sheba/config.in
# Copyright (C) 2006 - 2010 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 Alejandro Mery # Copyright (C) 2004 - 2006 Alejandro Mery
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
@ -27,7 +27,7 @@ done
const SDECFG_TRG_SHEBA ${target:-$SDECFG_TARGET} const SDECFG_TRG_SHEBA ${target:-$SDECFG_TARGET}
for x in JAVA F77 OBJC; do
for x in JAVA F77 OBJC GO; do
eval SDECFGSET_PKG_GCC_$x=0 eval SDECFGSET_PKG_GCC_$x=0
done done

Loading…
Cancel
Save