projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ac9cf
)
sync thread stuff with config.in as pointed out by mjn3
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 14 Apr 2006 22:37:50 +0000
(22:37 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 14 Apr 2006 22:37:50 +0000
(22:37 -0000)
toolchain/Makefile.in
patch
|
blob
|
history
diff --git
a/toolchain/Makefile.in
b/toolchain/Makefile.in
index ab2eed0d54666563cfdde67c839625439bdc5fd7..1a2c0f26f5b9b4ef51731bade5993c3772ad0a9f 100644
(file)
--- a/
toolchain/Makefile.in
+++ b/
toolchain/Makefile.in
@@
-1,7
+1,7
@@
-ifeq ($(BR2_PTHREADS),y)
-THREADS:=--enable-threads
-else
+ifeq ($(BR2_PTHREADS_NONE),y)
THREADS:=--disable-threads
+else
+THREADS:=--enable-threads
endif
ifeq ($(BR2_ENABLE_MULTILIB),y)