Browse Source

config: stored in SDECFG_TRG_SHEBA the actual name of the used target

0.2-maint
Alejandro Mery 14 years ago
parent
commit
cfdd9b3c84
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      config.in

+ 2
- 0
config.in

@ -25,6 +25,8 @@ for x in VSERVER=1 SECURITY=none KERNEL='linux' \
# const SDECFG_TRG_MNEMOSYNE_${x/=/ }
done
const SDECFG_TRG_SHEBA ${target:-$SDECFG_TARGET}
for x in JAVA F77 OBJC; do
eval SDECFGSET_PKG_GCC_$x=0
done

Loading…
Cancel
Save