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:
parent
013cc9dedf
commit
c00938e4a3
1 changed files with 1 additions and 0 deletions
1
tools/configure
vendored
1
tools/configure
vendored
|
@ -223,6 +223,7 @@ simcc () {
|
|||
LDOPTS='-lm' # button-sdl.c uses sqrt()
|
||||
sigaltstack=""
|
||||
fibers=""
|
||||
endian="" # endianess of the dap doesnt matter here
|
||||
|
||||
# default output binary name, don't override app_get_platform()
|
||||
if [ "$app_type" != "sdl-app" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue