From 91249a5c7d5a262bd5831470b0047ad1de1c9230 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 7 May 2010 20:06:18 +0000 Subject: Remove -fno-strict-aliasing for everyone git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25888 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tools/configure b/tools/configure index 27609ca13a..b2db8438e5 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 -- cgit