1
0
Fork 0
forked from len0rd/rockbox

Configure: Fix endianess detection.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31409 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-12-23 09:13:36 +00:00
parent 013cc9dedf
commit c00938e4a3

1
tools/configure vendored
View file

@ -223,6 +223,7 @@ simcc () {
LDOPTS='-lm' # button-sdl.c uses sqrt() LDOPTS='-lm' # button-sdl.c uses sqrt()
sigaltstack="" sigaltstack=""
fibers="" fibers=""
endian="" # endianess of the dap doesnt matter here
# default output binary name, don't override app_get_platform() # default output binary name, don't override app_get_platform()
if [ "$app_type" != "sdl-app" ]; then if [ "$app_type" != "sdl-app" ]; then