summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stage2-make.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/stage2-make.morph b/stage2-make.morph
index 81819902..d3c8bf22 100644
--- a/stage2-make.morph
+++ b/stage2-make.morph
@@ -2,7 +2,6 @@ name: stage2-make
kind: chunk
build-system: autotools
configure-commands:
-- stage2-eglibc-fix-specs
- STAGE2_SYSROOT="$(dirname $(pwd))" CPPFLAGS="--sysroot=$STAGE2_SYSROOT" CXX=false
LDFLAGS="-Wl,--sysroot=$STAGE2_SYSROOT" ./configure --prefix="$PREFIX" --disable-nls
--build=$(sh config/config.guess) --host=$TARGET_STAGE1