summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-12-23 09:13:36 +0000
committerThomas Martitz <kugel@rockbox.org>2011-12-23 09:13:36 +0000
commitc00938e4a3f066fe77de4235399d869864cc6e89 (patch)
tree6f0201d1055dbd7bc0fffe2253831d60086611e0
parent013cc9dedfa940588ae6a69e08d5be51f72c6b8e (diff)
downloadrockbox-c00938e4a3f066fe77de4235399d869864cc6e89.tar.gz
rockbox-c00938e4a3f066fe77de4235399d869864cc6e89.zip
Configure: Fix endianess detection.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31409 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index d1ed70a461..895aca8025 100755
--- a/tools/configure
+++ b/tools/configure
@@ -223,6 +223,7 @@ simcc () {
223 LDOPTS='-lm' # button-sdl.c uses sqrt() 223 LDOPTS='-lm' # button-sdl.c uses sqrt()
224 sigaltstack="" 224 sigaltstack=""
225 fibers="" 225 fibers=""
226 endian="" # endianess of the dap doesnt matter here
226 227
227 # default output binary name, don't override app_get_platform() 228 # default output binary name, don't override app_get_platform()
228 if [ "$app_type" != "sdl-app" ]; then 229 if [ "$app_type" != "sdl-app" ]; then