summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-08-14 13:05:38 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-08-14 13:05:38 +0000
commit86573ca61d1117c56d5856155fe57469df81c22f (patch)
tree91e40f8ceaef2f8b231aff063813482ab205826d
parente59bca05aba9cb7b3ddc52a6484984b163781c3f (diff)
downloadmake-baserock/richardmaw/S8564/ro-staging-area.tar.gz
stage2-make: Do not attempt to fix specsbaserock/richardmaw/S8564/ro-staging-area
This is neither possible or necessary any more.
-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