summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2013-02-08 12:59:24 +0000
committerJavier Jardón <javier.jardon@codethink.co.uk>2013-02-08 12:59:24 +0000
commit3c44634deef8cd386a7299cab8d577517ffa8651 (patch)
treebaf898356c8854ff45eb05e36b58c449c942652d
parenta608dcb108100c41b2b35177aa32e4d07a37fd89 (diff)
downloadgcc-tarball-baserock/armhf.tar.gz
gcc.morph: Disable multilib buildbaserock/armhf
-rw-r--r--gcc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc.morph b/gcc.morph
index f4d8311e97..804b234e3a 100644
--- a/gcc.morph
+++ b/gcc.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"mkdir o",
- "cd o && ../configure --prefix=\"$PREFIX\" --libdir=\"$PREFIX/lib\" --disable-libgomp --disable-multilib --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ --enable-threads=posix --without-cloog --without-ppl --with-mpfr-include=\"$(pwd)/../mpfr/src\" --with-mpfr-lib=\"$(pwd)/mpfr/src/.libs\"",
+ "cd o && ../configure --prefix=\"$PREFIX\" --libdir=\"$PREFIX/lib\" --disable-libgomp --disable-multilib --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ --enable-threads=posix --without-cloog --without-ppl --with-mpfr-include=\"$(pwd)/../mpfr/src\" --with-mpfr-lib=\"$(pwd)/mpfr/src/.libs\" --disable-multilib",
"if [ ! -d /usr/include ]; then mkdir /usr; ln -s /tools/include /usr/include; fi"
],
"build-commands": [