summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-15 15:25:59 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-15 15:26:32 +0000
commit99f982beb13d14f9ecb120e9849f87897ed47d08 (patch)
tree9f87da38de4af399c44ac37db0eb5ddaa2f1cff1
parent1585e7d293ac4fa6d9a0f2d7ea0342efb3f9b935 (diff)
downloadgcc-tarball-99f982beb13d14f9ecb120e9849f87897ed47d08.tar.gz
morph: disable more options
according to LFS decimal-float doesn't build in cross compile
-rw-r--r--gcc-bootstrap-pass1-1.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-bootstrap-pass1-1.morph b/gcc-bootstrap-pass1-1.morph
index cd0c1034d4..ee7daf73f6 100644
--- a/gcc-bootstrap-pass1-1.morph
+++ b/gcc-bootstrap-pass1-1.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"mkdir o",
- "cd o && ../configure --target=\"$TOOLCHAIN_TARGET\" --prefix=\"$PREFIX\" --disable-nls --disable-shared --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --disable-target-libiberty --disable-target-zlib --enable-languages=c --without-ppl --without-cloog --with-mpfr-include=\"$(pwd)/../mpfr/src\" --with-mpfr-lib=\"$(pwd)/mpfr/src/.libs\""
+ "cd o && ../configure --target=\"$TOOLCHAIN_TARGET\" --prefix=\"$PREFIX\" --disable-nls --disable-shared --disable-multilib --disable-decimal-float --disable-threads --disable-libmudflap --disable-libssp --disable-libgomp --disable-libquadmath --disable-target-libiberty --disable-target-zlib --enable-languages=c --without-ppl --without-cloog --with-mpfr-include=\"$(pwd)/../mpfr/src\" --with-mpfr-lib=\"$(pwd)/mpfr/src/.libs\""
],
"build-commands": [
"cd o && make"