From 7722e53f12b3f2f4e182167da42dfb7edaf2eab0 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 27 Sep 2007 16:27:03 +0000 Subject: Yet another ARM update. It appears to be more appropriate to make developers responsible for -march choice. --- config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config') diff --git a/config b/config index bb76191d58..e77baa0942 100755 --- a/config +++ b/config @@ -612,9 +612,7 @@ case "$GUESSOS" in options="$options -DB_ENDIAN -mschedule=$CPUSCHEDULE -march=$CPUARCH" OUT="linux-generic32" ;; armv[1-3]*-*-linux2) OUT="linux-generic32" ;; - # -march=armv4t is expected to generate code binary compatible with - # vanilla armv4 but interoperable with armv4t. - arm*-*-linux2) OUT="linux-armv4"; options="$options -march=armv4t" ;; + arm*-*-linux2) OUT="linux-armv4" ;; sh*b-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;; sh*-*-linux2) OUT="linux-generic32"; options="$options -DL_ENDIAN" ;; m68k*-*-linux2) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;; -- cgit v1.2.3