summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage1-gcc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage1-gcc.morph')
-rw-r--r--strata/build-essential/stage1-gcc.morph3
1 files changed, 0 insertions, 3 deletions
diff --git a/strata/build-essential/stage1-gcc.morph b/strata/build-essential/stage1-gcc.morph
index 6418ed6a..1b9a2304 100644
--- a/strata/build-essential/stage1-gcc.morph
+++ b/strata/build-essential/stage1-gcc.morph
@@ -7,7 +7,6 @@ configure-commands:
sed -i -e '/k prot/a \
gcc_cv_libc_provides_ssp=yes
' gcc/configure
-
- mkdir o
# Configure flag notes:
@@ -62,7 +61,6 @@ configure-commands:
`# [5]` --disable-libcilkrts \
`# [5]` --disable-libstdc++-v3 \
--enable-languages=c,c++
-
build-commands:
- |
# GCC is not passing the correct host/target flags to GMP's configure
@@ -78,6 +76,5 @@ build-commands:
sed -i "s/--target=none/--target=armv7a/" o/Makefile ;;
esac
cd o && make
-
install-commands:
- cd o && make DESTDIR="$DESTDIR" install