From cd5c0c60a4d9e3c21f781ac4c91a3d902dca18d7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 7 Apr 2013 10:11:41 +0000 Subject: gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc. Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/final/Makefile | 8 -------- 1 file changed, 8 deletions(-) (limited to 'toolchain/gcc/final') diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index e8c32f629..2c25263db 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -15,14 +15,6 @@ ifneq ($(CONFIG_GCC_VERSION_4_5)$(CONFIG_GCC_VERSION_4_6),) --with-libelf=$(TOPDIR)/staging_dir/host endif -ifneq ($(CONFIG_TLS_SUPPORT),) - GCC_CONFIGURE += \ - --enable-tls -else - GCC_CONFIGURE += \ - --disable-tls -endif - ifneq ($(CONFIG_SJLJ_EXCEPTIONS),) GCC_CONFIGURE += \ --enable-sjlj-exceptions -- cgit v1.2.3