From 014d3b98b96872d020ffccf0358ba60967b3f1c0 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 20 Dec 2010 14:25:05 +0000 Subject: [PATCH] gcc: fix newer libstdc++ compile issues with uclibc 0.9.32 SVN-Revision: 24734 --- toolchain/gcc/common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index ebc5c1e6db..3a4a94a46a 100644 --- a/toolchain/gcc/common.mk +++ b/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)" \ -- 2.30.2