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

SVN-Revision: 24734
v19.07.3_mercusys_ac12_duma
Felix Fietkau 14 years ago
parent d2d990e41e
commit 014d3b98b9

@ -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)" \

Loading…
Cancel
Save