diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-05-07 20:06:18 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-05-07 20:06:18 +0000 |
| commit | 91249a5c7d5a262bd5831470b0047ad1de1c9230 (patch) | |
| tree | 9f8b48ce4be4d52cd2ee14adc2205dd35674bd96 /tools | |
| parent | f2b1f8d768b8edce775cd280b9f24d1998941432 (diff) | |
| download | rockbox-91249a5c7d5a262bd5831470b0047ad1de1c9230.zip rockbox-91249a5c7d5a262bd5831470b0047ad1de1c9230.tar.gz rockbox-91249a5c7d5a262bd5831470b0047ad1de1c9230.tar.bz2 rockbox-91249a5c7d5a262bd5831470b0047ad1de1c9230.tar.xz | |
Remove -fno-strict-aliasing for everyone
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25888 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/configure b/tools/configure index 27609ca..b2db843 100755 --- a/tools/configure +++ b/tools/configure @@ -2835,13 +2835,6 @@ else GCCOPTS="$GCCOPTS -Wno-pointer-sign" fi - if test "$gccnum" -ge "401"; then - # this is a lame hack to avoid "warning: dereferencing type-punned pointer - # will break strict-aliasing rules" - - GCCOPTS="$GCCOPTS -fno-strict-aliasing" - fi - if test "$gccnum" -ge "402"; then # disable warning about "warning: initialized field overwritten" as gcc 4.2 # and later would throw it for several valid cases |