From: Felix Fietkau Date: Mon, 19 Oct 2009 05:28:29 +0000 (+0000) Subject: gcc: prevent the libgcc configure script from enabling support for the fixed point... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=8100e7d6a6613898ea8bbbe99db200ab6389b1ce;ds=sidebyside gcc: prevent the libgcc configure script from enabling support for the fixed point math extension, as it can bloat up libgcc size to 1.4M on mips SVN-Revision: 18066 --- diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index fdcee3f217..4aec5714bf 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -69,6 +69,8 @@ HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final SEP:=, TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)" +export libgcc_cv_fixed_point=no + GCC_CONFIGURE:= \ SHELL="$(BASH)" \ $(HOST_BUILD_DIR)/configure \