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

SVN-Revision: 24734
master
Felix Fietkau 14 years ago
parent d2d990e41e
commit 014d3b98b9
  1. 3
      toolchain/gcc/common.mk

@ -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