From: lars Date: Fri, 5 Jun 2009 11:33:12 +0000 (+0000) Subject: [toolchain] disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=866728dbb1cde99b4163c3c6e0a7d2138eba9b5a [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 --- 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:= \