From 866728dbb1cde99b4163c3c6e0a7d2138eba9b5a Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 5 Jun 2009 11:33:12 +0000 Subject: [toolchain] disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 toolchain. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16345 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/gcc/Makefile') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index e9598d817..f1328a358 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -124,6 +124,7 @@ GCC_CONFIGURE_STAGE2:= \ --enable-languages=$(TARGET_LANGUAGES) \ --enable-shared \ --enable-threads \ + --disable-tls \ --with-slibdir=$(TOOLCHAIN_DIR)/lib \ GCC_MAKE:= \ -- cgit v1.2.3