gcc: fix newer libstdc++ compile issues with uclibc 0.9.32
SVN-Revision: 24734
This commit is contained in:
parent
d2d990e41e
commit
014d3b98b9
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue