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.zip
rockbox-c00938e4a3f066fe77de4235399d869864cc6e89.tar.gz
rockbox-c00938e4a3f066fe77de4235399d869864cc6e89.tar.bz2
rockbox-c00938e4a3f066fe77de4235399d869864cc6e89.tar.xz
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 d1ed70a..895aca8 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