diff options
author | Max Horn | 2011-05-04 23:02:31 +0200 |
---|---|---|
committer | Max Horn | 2011-05-25 13:21:01 +0200 |
commit | 7585303c06fbac525b8e24404c79b673fa1be9c5 (patch) | |
tree | 4cc20f78ef63134f0dd97fc727edf5774a01fb1e | |
parent | 1b248cd9362e7201b209eb0bc2a099c4b7cbca27 (diff) | |
download | scummvm-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.
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |