From 7585303c06fbac525b8e24404c79b673fa1be9c5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 4 May 2011 23:02:31 +0200 Subject: 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. --- configure | 5 ----- 1 file changed, 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 -- cgit v1.2.3