mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[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
This commit is contained in:
parent
988e7d96da
commit
9fd7cda280
@ -124,6 +124,7 @@ GCC_CONFIGURE_STAGE2:= \
|
||||
--enable-languages=$(TARGET_LANGUAGES) \
|
||||
--enable-shared \
|
||||
--enable-threads \
|
||||
--disable-tls \
|
||||
--with-slibdir=$(TOOLCHAIN_DIR)/lib \
|
||||
|
||||
GCC_MAKE:= \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user