Add iWMMXt support to ARM simulator
[deliverable/binutils-gdb.git] / sim / arm / configure
index 26fd5f5d6d1bc682e0a0e57af0f502d4950ee5cf..8f79c259f4306aa882db4092dfda425497306865 100755 (executable)
@@ -3535,6 +3535,14 @@ 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
+
 
 
 
@@ -3748,6 +3756,7 @@ 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
This page took 0.03562 seconds and 4 git commands to generate.