Skip to content
Snippets Groups Projects
Commit 866728db authored by lars's avatar lars
Browse files

[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
parent 6a1f0d24
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ GCC_CONFIGURE_STAGE2:= \
--enable-languages=$(TARGET_LANGUAGES) \
--enable-shared \
--enable-threads \
--disable-tls \
--with-slibdir=$(TOOLCHAIN_DIR)/lib \
GCC_MAKE:= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment