summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-05-06 23:52:33 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-05-06 23:52:33 +0000
commit4e09bd462aa2e6b0474d057cec4901158cb1ef91 (patch)
tree9d343dd61de27aca238f77349265fcea790289b8 /tools/configure
parent821652dcdbf98263a615da0007b9e451653d101b (diff)
downloadrockbox-4e09bd462aa2e6b0474d057cec4901158cb1ef91.tar.gz
rockbox-4e09bd462aa2e6b0474d057cec4901158cb1ef91.zip
Use -fno-strict-aliasing on 4.0 as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25861 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 27609ca13a..5fa79038e9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2835,7 +2835,7 @@ else
2835 GCCOPTS="$GCCOPTS -Wno-pointer-sign" 2835 GCCOPTS="$GCCOPTS -Wno-pointer-sign"
2836 fi 2836 fi
2837 2837
2838 if test "$gccnum" -ge "401"; then 2838 if test "$gccnum" -ge "400"; then
2839 # this is a lame hack to avoid "warning: dereferencing type-punned pointer 2839 # this is a lame hack to avoid "warning: dereferencing type-punned pointer
2840 # will break strict-aliasing rules" 2840 # will break strict-aliasing rules"
2841 2841