Remove -U_GNU_SOURCE again (was added in r25850). It turns out SDL doesn't work properly with it. The reason I added it for doesn't exist anymore (or, not yet).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25914 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-05-09 14:17:35 +00:00
parent 38ef849d06
commit 36568ed0c2

3
tools/configure vendored
View file

@ -165,8 +165,7 @@ simcc () {
exit 2
else
# generic sdl-config checker
#ignore the -D_GNU_SOURCE=1 inserted by sdl
GCCOPTS="$GCCOPTS `$sdl --cflags` -U_GNU_SOURCE"
GCCOPTS="$GCCOPTS `$sdl --cflags`"
LDOPTS="$LDOPTS `$sdl --libs`"
fi
fi