From c00938e4a3f066fe77de4235399d869864cc6e89 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 23 Dec 2011 09:13:36 +0000 Subject: Configure: Fix endianess detection. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31409 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/configure b/tools/configure index d1ed70a461..895aca8025 100755 --- a/tools/configure +++ b/tools/configure @@ -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 -- cgit v1.2.3