projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc6fd1
)
toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Jul 2011 08:13:50 +0000
(08:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 8 Jul 2011 08:13:50 +0000
(08:13 +0000)
SVN-Revision: 27556
toolchain/gcc/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gcc/Config.in
b/toolchain/gcc/Config.in
index 75d388dc65353179550ed7e2a1936147b7c21fd7..e94bcc973889f5035a1517c4cd1f3e36cb423051 100644
(file)
--- a/
toolchain/gcc/Config.in
+++ b/
toolchain/gcc/Config.in
@@
-49,7
+49,6
@@
config SSP_SUPPORT
config TLS_SUPPORT
bool
- depends UCLIBC_VERSION_NPTL
prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
default n
help