diff --git a/pkgsel/Development_/toolchain.all b/pkgsel/Development_/Ugly/toolchain.all similarity index 100% rename from pkgsel/Development_/toolchain.all rename to pkgsel/Development_/Ugly/toolchain.all diff --git a/pkgsel/Development_/toolchain.conf b/pkgsel/Development_/Ugly/toolchain.conf similarity index 67% rename from pkgsel/Development_/toolchain.conf rename to pkgsel/Development_/Ugly/toolchain.conf index 6744bbe..6140660 100644 --- a/pkgsel/Development_/toolchain.conf +++ b/pkgsel/Development_/Ugly/toolchain.conf @@ -2,7 +2,8 @@ if [ "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == embedded -o \ \( "$SDECFG_TRG_MNEMOSYNE_FOOTPRINT" == light -a "$SDECFG_TRG_MNEMOSYNE_DEVELOPMENT" != 1 \) \ ] ; then - hack_stages 0 automake autoconf gcc binutils flex libtool ccache + # we still need gcc for -lstdc++ + hack_stages 0 automake autoconf binutils flex libtool ccache fi SDECFGSET_PKG_CCACHE_USEIT=1