gcc: fix newer libstdc++ compile issues with uclibc 0.9.32

SVN-Revision: 24734
This commit is contained in:
Felix Fietkau 2010-12-20 14:25:05 +00:00
parent d2d990e41e
commit 014d3b98b9

View file

@ -95,6 +95,9 @@ SEP:=,
TARGET_LANGUAGES:="c$(if $(CONFIG_INSTALL_LIBSTDCPP),$(SEP)c++)$(if $(CONFIG_INSTALL_LIBGCJ),$(SEP)java)"
export libgcc_cv_fixed_point=no
ifdef CONFIG_USE_UCLIBC
export glibcxx_cv_c99_math_tr1=no
endif
GCC_CONFIGURE:= \
SHELL="$(BASH)" \