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:
parent
38ef849d06
commit
36568ed0c2
1 changed files with 1 additions and 2 deletions
3
tools/configure
vendored
3
tools/configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue