aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-03-30 10:39:22 +0000
committerNick Clifton <nickc@redhat.com>2003-03-30 10:39:22 +0000
commit3a3d6f654d63d306828ad47e9204b8e3ea2685ec (patch)
treeb054945d59bb3776896d69fe3f60ed6336c3e721 /sim/arm/configure
parent71900fe836550b5de69842ebaa243b8bd762e594 (diff)
downloadgdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.zip
gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.tar.gz
gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.tar.bz2
Remove use of __IWMMXT__.
Diffstat (limited to 'sim/arm/configure')
-rwxr-xr-xsim/arm/configure11
1 files changed, 1 insertions, 10 deletions
diff --git a/sim/arm/configure b/sim/arm/configure
index 8f79c25..a82b7c7 100755
--- a/sim/arm/configure
+++ b/sim/arm/configure
@@ -3534,15 +3534,7 @@ fi
done
-COPRO="armcopro.o maverick.o"
-CON_FLAGS=
-case x$target_alias in
- xxscale-*)
- COPRO="armcopro.o maverick.o iwmmxt.o"
- CON_FLAGS=-D__IWMMXT__
- ;;
-esac
-
+COPRO="armcopro.o maverick.o iwmmxt.o"
@@ -3756,7 +3748,6 @@ s%@sim_stdio@%$sim_stdio%g
s%@sim_trace@%$sim_trace%g
s%@sim_profile@%$sim_profile%g
s%@EXEEXT@%$EXEEXT%g
-s%@CON_FLAGS@%$CON_FLAGS%g
s%@COPRO@%$COPRO%g
CEOF