From 2c3ee16272231986e1ff50db9c0ed68343a51fb2 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 27 Sep 2007 07:43:58 +0000 Subject: Move -march=armv4t to ./config. --- config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config b/config index e8128262d4..bb76191d58 100755 --- a/config +++ b/config @@ -611,8 +611,10 @@ case "$GUESSOS" in options="$options -DB_ENDIAN -mschedule=$CPUSCHEDULE -march=$CPUARCH" OUT="linux-generic32" ;; - arm[1-3]*-*-linux2) OUT="linux-generic32" ;; - arm*-*-linux2) OUT="linux-armv4" ;; + 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" ;; 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