changeset 92:f46f4cda9d81

Apparently binutils/gcc got fixed sometime since the 3.1 days...
author Rob Landley <rob@landley.net>
date Fri, 26 Jan 2007 11:56:09 -0500
parents 15644c053f03
children 153ba1a0b427
files include.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/include.sh	Mon Jan 15 00:21:18 2007 -0500
+++ b/include.sh	Fri Jan 26 11:56:09 2007 -0500
@@ -190,8 +190,8 @@
   # and target match, the binutils/gcc/make builds won't use the cross compiler
   # during mini-native.sh, and the host compiler links binaries against the
   # wrong libc.)
-  export CROSS_HOST=`uname -m`-walrus-linux-gnu
-  export CROSS_TARGET=${ARCH}-unknown-linux-gnu
+  export CROSS_HOST=`uname -m`-walrus-linux
+  export CROSS_TARGET=${ARCH}-unknown-linux
 
   # Read the relevant config file.