diff options
-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 |