summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-22 20:52:36 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-22 20:52:36 +0000
commit6bc2710c30e9388f5353dc099adb38c7b3de88bc (patch)
treea7399407ba23b9d9e827f4ee4dcbfbdbf4703374
parentfe1b7cfd9137f462cc9565ccce703d4be4b70ad9 (diff)
downloadrockbox-6bc2710c30e9388f5353dc099adb38c7b3de88bc.tar.gz
rockbox-6bc2710c30e9388f5353dc099adb38c7b3de88bc.zip
Further gcc option tweaking
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@177 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/test/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/kernel/Makefile b/firmware/test/kernel/Makefile
index 9c3803aa04..5a91b2dfea 100644
--- a/firmware/test/kernel/Makefile
+++ b/firmware/test/kernel/Makefile
@@ -6,7 +6,7 @@ OC = sh-elf-objcopy
6 6
7INCLUDES=-I../../ 7INCLUDES=-I../../
8 8
9CFLAGS = -g -O -finline-functions -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES) 9CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
10AFLAGS += -small -relax 10AFLAGS += -small -relax
11 11
12OBJS= crt0.o main.o ../../thread.o ../../debug.o 12OBJS= crt0.o main.o ../../thread.o ../../debug.o