support for xscale targets

James Lemke jwlemke@wasabisystems.com
Fri Apr 7 21:29:00 GMT 2006


I've been using these two trivial patches for a long time.
Can they be incorporated?

These versions were made against crosstool-0.42.

Jim.

-- 
Jim Lemke   jwlemke@wasabisystems.com   Orillia, Ontario
-------------- next part --------------
--- crosstool.sh-orig	2006-02-25 21:14:13.000000000 -0500
+++ crosstool.sh	2006-04-05 17:48:08.000000000 -0400
@@ -235,6 +235,7 @@
     sparc*)   ARCH=sparc ;;
     vax*)     ARCH=vax ;;
     x86_64*)  ARCH=x86_64 ;;
+    xscale*)  ARCH=arm ;;
     *) abort "Bad target $TARGET"
 esac
 
-------------- next part --------------
--- testlinux.sh-orig	2005-05-15 13:04:50.000000000 -0400
+++ testlinux.sh	2006-04-05 17:55:49.000000000 -0400
@@ -46,6 +46,7 @@
     sparc*)   ARCH=sparc ;;
     vax*)     ARCH=vax ;;
     x86_64*)  ARCH=x86_64 ;;
+    xscale*)  ARCH=arm ;;
     *) abort "Bad target $TARGET"
 esac
 

-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list