summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-gcc.morph
diff options
context:
space:
mode:
authorFirehose merge bot <firehose@merge.bot>2015-09-15 09:08:03 +0000
committerFirehose merge bot <firehose@merge.bot>2015-09-15 09:08:03 +0000
commit35d2ba0c2b7e6957b85b34b89985b8b45898cf84 (patch)
tree27d2874563e08e20f645ff094e28ea4980478c21 /strata/build-essential/stage1-gcc.morph
parent308d8b3ea55fb81eb8fdd81c37d0352f4b74edd0 (diff)
downloaddefinitions-35d2ba0c2b7e6957b85b34b89985b8b45898cf84.tar.gz
Firehose test commit
Diffstat (limited to 'strata/build-essential/stage1-gcc.morph')
-rw-r--r--strata/build-essential/stage1-gcc.morph7
1 files changed, 1 insertions, 6 deletions
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index 6418ed6a..ed85b684 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -3,10 +3,7 @@ kind: chunk
configure-commands:
# Workaround from LFS due GCC not detecting stack protection correctly
-- |
- sed -i -e '/k prot/a \
- gcc_cv_libc_provides_ssp=yes
- ' gcc/configure
+- sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure
- mkdir o
@@ -72,8 +69,6 @@ build-commands:
# ARMv7. Fix the invocation of GMP's configure script so that GMP can
# use the machine-dependent code.
case "$MORPH_ARCH" in
- armv5*) sed -i "s/--host=none/--host=armv5/" o/Makefile
- sed -i "s/--target=none/--target=armv5/" o/Makefile ;;
armv7*) sed -i "s/--host=none/--host=armv7a/" o/Makefile
sed -i "s/--target=none/--target=armv7a/" o/Makefile ;;
esac