projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefc9a6
)
pass --disable-multilib if user doesnt want multilib since some arches (like x86_64...
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 22 Sep 2005 03:05:52 +0000
(
03:05
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 22 Sep 2005 03:05:52 +0000
(
03:05
-0000)
toolchain/Makefile.in
patch
|
blob
|
history
diff --git
a/toolchain/Makefile.in
b/toolchain/Makefile.in
index bc2d26dfb2d73da8ee679262f57e587514c3fda5..f47f591f727df205c35f717156e1351fb00c96b7 100644
(file)
--- a/
toolchain/Makefile.in
+++ b/
toolchain/Makefile.in
@@
-1,5
+1,7
@@
ifeq ($(BR2_ENABLE_MULTILIB),y)
MULTILIB:=--enable-multilib
+else
+MULTILIB:=--disable-multilib
endif