[ARM] remove the cortex-a8 compiler hack for old compilers

This commit is contained in:
Travis Geiselbrecht
2010-06-04 13:57:32 -07:00
parent 0d4e788d34
commit f0c456e760

View File

@@ -104,10 +104,6 @@ ifeq ($(TOOLCHAIN_PREFIX),arm-none-linux-gnueabi-)
# XXX test for EABI better than this
# eabi compilers dont need this
THUMBINTERWORK:=
else
# XXX hack to work around lack of cortex support in regular compilers
CFLAGS := $(subst cortex-a8,arm1136jf-s,$(CFLAGS))
endif
CFLAGS += $(THUMBINTERWORK)