summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2014-02-28 14:53:11 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2014-02-28 14:53:11 +0000
commit47ce4d04b1209a29d29d8bb8076ac54e04ed5b39 (patch)
treef3b40ce03616b7b8f25cec4a22937c9b969f6ba3
parentcb626ffe7ee1c81329ea2d1d8b104e100251222f (diff)
downloadgcc-tarball-baserock/richardmaw/S10442/cross-toolchain-v2.tar.gz
Remove redundant --with-native-system-header-dirbaserock/richardmaw/S10442/cross-toolchain-v2
-rw-r--r--armv7lhf-cross-gcc-nolibc.morph9
1 files changed, 2 insertions, 7 deletions
diff --git a/armv7lhf-cross-gcc-nolibc.morph b/armv7lhf-cross-gcc-nolibc.morph
index 10b4a3b1e3..9ff6321ac7 100644
--- a/armv7lhf-cross-gcc-nolibc.morph
+++ b/armv7lhf-cross-gcc-nolibc.morph
@@ -12,11 +12,7 @@ configure-commands:
# build-time and with-as and with-ld so our temporary GCC uses
# the appropriate tools when it compiles our libc, rather than
# trying to use $TARGET_STAGE1-as when producing binaries.
- # 3. Look for headers in $sysroot/$PREFIX/include when compiling.
- # It's neater to do this than have to specify the full header path.
- # FIXME: Probably not needed here since we configure without headers,
- # remove and try a rebuild.
- # 4. Disable stuff that doesn't work when building a cross compiler
+ # 3. Disable stuff that doesn't work when building a cross compiler
# without an existing libc, and generally try to keep this build as
# simple as possible.
- |
@@ -37,8 +33,7 @@ configure-commands:
`# [2]` --with-build-time-tools="$PREFIX/$TARGET/bin" \
--with-as="$PREFIX/$TARGET/bin/as" \
--with-ld="$PREFIX/$TARGET/bin/ld" \
- `# [3] --with-native-system-header-dir="$PREFIX/include"` \
- `# [4]` --enable-languages=c --disable-decimal-float \
+ `# [3]` --enable-languages=c --disable-decimal-float \
--disable-libmudflap --disable-libquadmath --disable-libssp \
--disable-shared --disable-threads --disable-target-libiberty \
--disable-target-zlib --without-headers --with-newlib \