From: Eric Andersen Date: Wed, 12 Nov 2003 10:50:18 +0000 (-0000) Subject: Revert the stupid quoting junk I inadvertantly committed X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d1990393836764c4589d64581b57e3816e80829b;p=uclinux-h8%2FuClibc.git Revert the stupid quoting junk I inadvertantly committed --- 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