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
This commit is contained in:
parent
62aa1dc057
commit
60fb2fd748
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ HOST_BUILD_DIR2:=$(HOST_BUILD_DIR)-final
|
||||||
SEP:=,
|
SEP:=,
|
||||||
TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
|
TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
|
||||||
|
|
||||||
|
export libgcc_cv_fixed_point=no
|
||||||
|
|
||||||
GCC_CONFIGURE:= \
|
GCC_CONFIGURE:= \
|
||||||
SHELL="$(BASH)" \
|
SHELL="$(BASH)" \
|
||||||
$(HOST_BUILD_DIR)/configure \
|
$(HOST_BUILD_DIR)/configure \
|
||||||
|
|
Loading…
Reference in a new issue