projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8bf295
)
disable tls for stdlibc++. fixes c++ inside a gcc-4.4.0 toolchain.
author
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 5 Jun 2009 11:33:12 +0000
(11:33 +0000)
committer
Lars-Peter Clausen
<lars@metafoo.de>
Fri, 5 Jun 2009 11:33:12 +0000
(11:33 +0000)
SVN-Revision: 16345
toolchain/gcc/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index e9598d81776083b96ae9e47008c54d8865b13453..f1328a358bcdc3fa46264b29a92e651f686259a8 100644
(file)
--- 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:= \