summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-12 10:50:18 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-12 10:50:18 +0000
commitd1990393836764c4589d64581b57e3816e80829b (patch)
tree81ad381fc83495553d7e2ccc6c092f3542f907b7 /Rules.mak
parent4bb2fb480b3a4432298de18c1dc8af6d680373e5 (diff)
Revert the stupid quoting junk I inadvertantly committed
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 6807c7f25..eeb0a8d15 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -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