summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-12 10:19:32 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-12 10:19:32 +0000
commit4bb2fb480b3a4432298de18c1dc8af6d680373e5 (patch)
treeff11a0c92ea3188282d5ceed3ae16ea4a74793cb /Rules.mak
parented4b5a14e420475ff287cb6f6fddefd4bc1e4120 (diff)
Bump version number
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 01b1866e3..6807c7f25 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -58,7 +58,7 @@ HOSTCFLAGS=-O2 -Wall
# this stuff alone.
MAJOR_VERSION:=0
MINOR_VERSION:=9
-SUBLEVEL:=22
+SUBLEVEL:=23
VERSION:=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
# Ensure consistent sort order, 'gcc -print-search-dirs' behavior, etc.
LC_ALL:= C
@@ -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