summaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-14 10:55:22 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-14 12:19:37 -0700
commit847c0dadb9f55af5cc4556486cde3d9dcc2129af (patch)
tree21c69927a5ce32e59b95d54b259223a4d470f7a0 /recipes/gcc
parent74d4f4b86005bb815f8e4adedc77e362e2d471c7 (diff)
downloadopenembedded-847c0dadb9f55af5cc4556486cde3d9dcc2129af.tar.gz
gcc-configure-common.inc: Disable multilib generation.
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-configure-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-configure-common.inc b/recipes/gcc/gcc-configure-common.inc
index 892d6846e2..bad70a4094 100644
--- a/recipes/gcc/gcc-configure-common.inc
+++ b/recipes/gcc/gcc-configure-common.inc
@@ -36,7 +36,7 @@ EXTRA_OECONF = "${@['--enable-clocale=generic', ''][bb.data.getVar('USE_NLS', d,
--enable-shared \
--enable-languages=${LANGUAGES} \
--enable-threads=posix \
- --enable-multilib \
+ --disable-multilib \
--enable-c99 \
--enable-long-long \
--enable-symvers=gnu \