summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-17 21:54:17 +0000
commit20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4 (patch)
tree2dabff846860b975f6cb2d3e49567c72b0383be2 /tools/configure
parent5d45ec90e0614a96367e73d96fed8f47b112eced (diff)
downloadrockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.tar.gz
rockbox-20a5926d2e0fe2cf7c5508f490ae04d61bfd07a4.zip
build with -Wundef to make sure we have spelled the defines right in #if lines
and have the proper includes included etc git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12360 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 77884ef02c..f2626492fb 100755
--- a/tools/configure
+++ b/tools/configure
@@ -9,7 +9,7 @@
9# 9#
10 10
11# global CC options for all platforms 11# global CC options for all platforms
12CCOPTS="-W -Wall -O -nostdlib -ffreestanding -Wstrict-prototypes" 12CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes"
13 13
14use_logf="#undef ROCKBOX_HAS_LOGF" 14use_logf="#undef ROCKBOX_HAS_LOGF"
15use_simsound="#undef ROCKBOX_HAS_SIMSOUND" 15use_simsound="#undef ROCKBOX_HAS_SIMSOUND"