summaryrefslogtreecommitdiffstats
path: root/gdb/Makefile
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 20:33:45 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 20:33:45 +0000
commit88c398ab81d54c912a3db8e4c27abd1b52d7ff04 (patch)
tree462b3f066a4fb9a022be544765455263becb9353 /gdb/Makefile
parentf9389fe9fb7a3b1e7285d00a58bc26273c05077b (diff)
downloadrockbox-88c398ab81d54c912a3db8e4c27abd1b52d7ff04.tar.gz
rockbox-88c398ab81d54c912a3db8e4c27abd1b52d7ff04.zip
More cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@202 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'gdb/Makefile')
-rw-r--r--gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index f61088effc..e4a3154a52 100644
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -14,7 +14,7 @@ LIBS = -lgcc
sh-elf-as -o $@ $<
.c.o:
- sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -c -o $@ $<
+ sh-elf-gcc -O -I../firmware/drivers -m1 -Wall -Wstrict-prototypes -c -o $@ $<
$(TARGET).out: $(TARGET).elf
sh-elf-objcopy -O binary $(TARGET).elf $(TARGET).out