summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-07 16:31:05 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2013-02-07 16:31:05 +0000
commit8e7ed389991ffb569dd5bc44883e814d4d14ff39 (patch)
tree0d3bc8bebd47920b764d4b4707dbab8fe2ec8bd1
parent28d4d35cd16e1a58f1deeb7a85aa765c7023d1b8 (diff)
downloadeglibc2-8e7ed389991ffb569dd5bc44883e814d4d14ff39.tar.gz
Ignore TOOLCHAIN_TARGET in morphology
Subtle variations lead to various cross building errors, and at the moment we only ever want to native build anyway.
-rwxr-xr-xeglibc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/eglibc.morph b/eglibc.morph
index 9f4372c6e..0d88226a5 100755
--- a/eglibc.morph
+++ b/eglibc.morph
@@ -6,7 +6,7 @@
"mkdir o",
"cd o && touch configure-flags",
"cd o && if echo \"$TOOLCHAIN_TARGET\" | grep arm; then echo \"--without-fp\" > configure-flags; fi",
- "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 $CFLAGS\" ../libc/configure $(cat configure-flags) --prefix=\"$PREFIX\" --host=\"$TOOLCHAIN_TARGET\" --build=$(../libc/scripts/config.guess) --disable-profile --enable-add-ons --enable-kernel=2.6.25 --with-headers=\"$SYSROOT/include\" --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_ctors_header=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
+ "SYSROOT=\"$PREFIX\"; cd o && CFLAGS=\"-O2 $CFLAGS\" ../libc/configure $(cat configure-flags) --prefix=\"$PREFIX\" --disable-profile --enable-add-ons --enable-kernel=2.6.25 --with-headers=\"$SYSROOT/include\" --without-cvs --without-selinux libc_cv_c_cleanup=yes libc_cv_ctors_header=yes libc_cv_forced_unwind=yes libc_cv_ssp=no"
],
"build-commands": [
"cd o && make localtime=UTC"