aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2011-05-04 23:02:31 +0200
committerMax Horn2011-05-25 13:21:01 +0200
commit7585303c06fbac525b8e24404c79b673fa1be9c5 (patch)
tree4cc20f78ef63134f0dd97fc727edf5774a01fb1e /configure
parent1b248cd9362e7201b209eb0bc2a099c4b7cbca27 (diff)
downloadscummvm-rg350-7585303c06fbac525b8e24404c79b673fa1be9c5.tar.gz
scummvm-rg350-7585303c06fbac525b8e24404c79b673fa1be9c5.tar.bz2
scummvm-rg350-7585303c06fbac525b8e24404c79b673fa1be9c5.zip
BUILD: Do not manually set endianess
If for some reason the endianess is not detected right, then this should be reported as a bug; and any (hopefully temporary) specification of the endianess should be accompanied by an explanatory comment.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index e8390385bc..5519a0a862 100755
--- a/configure
+++ b/configure
@@ -1851,7 +1851,6 @@ if test -n "$_host"; then
_port_mk="backends/platform/ds/ds.mk"
;;
gamecube)
- _endian=big
_need_memalign=yes
_backend="wii"
_build_scalers=no
@@ -1918,7 +1917,6 @@ if test -n "$_host"; then
m68k-atari-mint)
DEFINES="$DEFINES -DSYSTEM_NOT_SUPPORTING_D_TYPE"
_unix=yes
- _endian=big
_need_memalign=yes
_ranlib=m68k-atari-mint-ranlib
_ar="m68k-atari-mint-ar cru"
@@ -1933,7 +1931,6 @@ if test -n "$_host"; then
mips-sgi*)
LDFLAGS="$LDFLAGS -static-libgcc"
LIBS="$LIBS -laudio"
- _endian=big
_need_memalign=yes
;;
motoezx)
@@ -2014,7 +2011,6 @@ if test -n "$_host"; then
_port_mk="backends/platform/openpandora/op-bundle.mk"
;;
ppc-amigaos)
- _endian=big
# AmigaOS exec allocates memory always in an aligned way
_need_memalign=yes
;;
@@ -2080,7 +2076,6 @@ if test -n "$_host"; then
_keymapper=yes
;;
wii)
- _endian=big
_need_memalign=yes
_backend="wii"
_build_scalers=no