summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-06 11:34:58 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-06 11:34:58 +0100
commit1dd7eaf1a247ba69b18e2ac6ba98067af875a0b1 (patch)
treedda33b86751b8f34421ff4899bfd3b71dada41ac
parentfe03d81294f363b1efd58abb1483929b5f696add (diff)
downloadembtoolkit-1dd7eaf1a247ba69b18e2ac6ba98067af875a0b1.tar.gz
embtoolkit-1dd7eaf1a247ba69b18e2ac6ba98067af875a0b1.tar.bz2
embtoolkit-1dd7eaf1a247ba69b18e2ac6ba98067af875a0b1.tar.xz
Toolchain: gcc3: little configure options tweak
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/gcc.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/gcc.mk b/mk/gcc.mk
index 1143f2b..d460671 100644
--- a/mk/gcc.mk
+++ b/mk/gcc.mk
@@ -166,10 +166,11 @@ GCC3_CONFIGURE_OPTS := --with-sysroot=$(embtk_sysroot) \
--with-gmp=$(GMP_HOST_DIR) --with-mpfr=$(MPFR_HOST_DIR) \
--with-mpc=$(MPC_HOST_DIR) --with-bugurl=$(EMBTK_BUGURL) \
--with-pkgversion=embtoolkit-$(EMBTK_VERSION) \
- --enable-languages=$(GCC_LANGUAGES) --enable-__cxa_atexit \
--disable-libssp --disable-libgomp --disable-libmudflap --disable-nls \
+ --disable-libquadmath \
+ --enable-languages=$(GCC_LANGUAGES) --enable-__cxa_atexit \
--enable-threads --enable-shared --enable-target-optspace \
- --disable-libquadmath $(GCC3_CONFIGURE_EXTRA_OPTIONS)
+ $(GCC3_CONFIGURE_EXTRA_OPTIONS)
CONFIG_EMBTK_GCC3_VERSION_GIT := $(CONFIG_EMBTK_GCC_VERSION_GIT)
CONFIG_EMBTK_GCC3_REFSPEC := $(CONFIG_EMBTK_GCC_REFSPEC)