mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-18 21:28:02 +00:00
gcc: fix newer libstdc++ compile issues with uclibc 0.9.32
SVN-Revision: 24734
This commit is contained in:
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…
Reference in New Issue
Block a user