summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorFirehose merge bot <firehose@merge.bot>2015-10-12 15:30:33 +0000
committerFirehose merge bot <firehose@merge.bot>2015-10-12 15:30:33 +0000
commitf2f8c12ca9ccfc8a064c1e27bc1e9296489e5140 (patch)
tree5a65fc0aaddd4ce1e024dcad24d188009a1fc1e3 /strata/build-essential
parent21c4b134d69b4be2993293c89ce7cf9818d10574 (diff)
downloaddefinitions-f2f8c12ca9ccfc8a064c1e27bc1e9296489e5140.tar.gz
Firehose test commit
Diffstat (limited to 'strata/build-essential')
-rw-r--r--strata/build-essential/stage2-make.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/build-essential/stage2-make.morph b/strata/build-essential/stage2-make.morph
index 0b05581c..af5e5347 100644
--- a/strata/build-essential/stage2-make.morph
+++ b/strata/build-essential/stage2-make.morph
@@ -3,7 +3,7 @@ kind: chunk
build-system: autotools
configure-commands:
- STAGE2_SYSROOT="$(dirname $(pwd))" CPPFLAGS="--sysroot=$STAGE2_SYSROOT" CXX=false
- LDFLAGS="--sysroot=$STAGE2_SYSROOT" ./configure --prefix="$PREFIX" --disable-nls
+ LDFLAGS="--sysroot=$STAGE2_SYSROOT" ./configure --prefix="$PREFIX" --disable-nls --without-guile
--build=$(sh config/config.guess) --host=$TARGET_STAGE1
build-commands:
- STAGE2_SYSROOT="$(dirname $(pwd))" make