diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-12 10:50:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-12 10:50:18 +0000 |
commit | d1990393836764c4589d64581b57e3816e80829b (patch) | |
tree | 81ad381fc83495553d7e2ccc6c092f3542f907b7 /Rules.mak | |
parent | 4bb2fb480b3a4432298de18c1dc8af6d680373e5 (diff) |
Revert the stupid quoting junk I inadvertantly committed
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ ifeq ($(strip $(TARGET_ARCH)),arm) CPU_CFLAGS-$(CONFIG_ARM_XSCALE)+=-march=armv4 -Wa,-mcpu=xscale endif -ifeq ($(strip $(TARGET_ARCH)),"sh") +ifeq ($(strip $(TARGET_ARCH)),sh) OPTIMIZATION+=-fstrict-aliasing OPTIMIZATION+= $(call check_gcc,-mprefergot,) CPU_LDFLAGS-$(ARCH_LITTLE_ENDIAN)+=-EL |