changeset 1778:142fbabc43db draft

Only apply host tuple adjustment in cross-compiler.sh to elf toolchain.
author Rob Landley <rob@landley.net>
date Thu, 16 Jul 2015 06:08:20 -0500
parents 6b138d2a7a49
children 444516902275
files sources/sections/gcc.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/sections/gcc.sh	Tue Jul 14 19:39:22 2015 -0500
+++ b/sources/sections/gcc.sh	Thu Jul 16 06:08:20 2015 -0500
@@ -68,7 +68,7 @@
     ac_cv_path_AS_FOR_TARGET="${ARCH}-as" \
     ac_cv_path_LD_FOR_TARGET="${ARCH}-ld" \
     configure_gcc --enable-threads=posix --enable-shared \
-      --build="$CROSS_HOST" --host="${CROSS_TARGET/unknown/walrus}"
+      --build="$CROSS_HOST" --host="${CROSS_TARGET/unknown-elf/walrus-elf}"
 fi
 
 # Now that it's configured, build and install gcc