]> Git Repo - uclibc-ng.git/commitdiff
Revert the stupid quoting junk I inadvertantly committed
authorEric Andersen <[email protected]>
Wed, 12 Nov 2003 10:50:18 +0000 (10:50 -0000)
committerEric Andersen <[email protected]>
Wed, 12 Nov 2003 10:50:18 +0000 (10:50 -0000)
Rules.mak

index 6807c7f25c0f095ee1dcb46267a2b9759e2980c9..eeb0a8d158db2389390d112b3e01e5452580fff5 100644 (file)
--- 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
This page took 0.027461 seconds and 4 git commands to generate.