From cfdd9b3c84e663c9ff34e2fc8d380f926ed41bb2 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 11 Oct 2010 00:47:02 +0200 Subject: [PATCH] config: stored in SDECFG_TRG_SHEBA the actual name of the used target --- config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.in b/config.in index 3b13312..cca687e 100644 --- a/config.in +++ b/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