diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-30 10:39:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-30 10:39:22 +0000 |
commit | 3a3d6f654d63d306828ad47e9204b8e3ea2685ec (patch) | |
tree | b054945d59bb3776896d69fe3f60ed6336c3e721 /sim/arm/Makefile.in | |
parent | 71900fe836550b5de69842ebaa243b8bd762e594 (diff) | |
download | gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.zip gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.tar.gz gdb-3a3d6f654d63d306828ad47e9204b8e3ea2685ec.tar.bz2 |
Remove use of __IWMMXT__.
Diffstat (limited to 'sim/arm/Makefile.in')
-rw-r--r-- | sim/arm/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in index 0218f72..7def0f9 100644 --- a/sim/arm/Makefile.in +++ b/sim/arm/Makefile.in @@ -34,10 +34,6 @@ armcopro.o: armcopro.c armdefs.h maverick.o: maverick.c armdefs.h iwmmxt.o: iwmmxt.c iwmmxt.h armdefs.h -CON_FLAGS=@CON_FLAGS@ - -ALL_CFLAGS += $(CON_FLAGS) - armemu26.o: armemu.c armdefs.h armemu.h $(CC) -c $(srcdir)/armemu.c -o armemu26.o $(ALL_CFLAGS) |