summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-gcc.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-gcc.morph')
-rw-r--r--strata/build-essential/stage2-gcc.morph2
1 files changed, 0 insertions, 2 deletions
diff --git a/strata/build-essential/stage2-gcc.morph b/strata/build-essential/stage2-gcc.morph
index cd600e18..f46addd1 100644
--- a/strata/build-essential/stage2-gcc.morph
+++ b/strata/build-essential/stage2-gcc.morph
@@ -48,7 +48,6 @@ configure-commands:
--disable-libgomp \
--disable-libstdcxx-pch \
--enable-languages=c,c++
-
build-commands:
- |
case "$MORPH_ARCH" in
@@ -59,7 +58,6 @@ build-commands:
esac
export STAGE2_SYSROOT="$(dirname $(pwd))"
cd o && make
-
install-commands:
- cd o && make DESTDIR="$DESTDIR" install