summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2013-08-14 09:47:29 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2013-08-14 09:47:29 +0000
commit43dc4e53472d9780e68c43da9114d82e5be45836 (patch)
tree172c95c90e166721112bf3c7d10c7ada17baef23
parentf98377e95a146a350829131299bfe1295f5dcfd8 (diff)
downloadbinutils-redhat-baserock/richardmaw/S8564/ro-staging-area.tar.gz
morph: Do not attempt to fix specsbaserock/richardmaw/S8564/ro-staging-area
The script called stage2-eglibc-fix-specs would modify gcc's specs file so that it would build things differently. This was required, since it is difficult to alter the gcc command lines to fix this, as built systems don't always make this easy. This is no longer possible, since builds are now only allowed to write to $chunk.build, $chunk.inst and /tmp. However it is no longer necessary to do the fix here, since eglibc now installs fixed specs.
-rw-r--r--stage2-binutils.morph2
1 files changed, 0 insertions, 2 deletions
diff --git a/stage2-binutils.morph b/stage2-binutils.morph
index b45cca4522..bdf3181d19 100644
--- a/stage2-binutils.morph
+++ b/stage2-binutils.morph
@@ -3,8 +3,6 @@ kind: chunk
build-system: autotools
configure-commands:
- - stage2-eglibc-fix-specs
-
- |
export STAGE2_SYSROOT="$(dirname $(pwd))"
export CPPFLAGS="--sysroot=$STAGE2_SYSROOT"