diff --git a/configure b/configure index 92f80e770630..62560d66623e 100755 --- a/configure +++ b/configure @@ -1493,6 +1493,7 @@ androidsdl-x86_64) arm-*riscos) _host_os=riscos _host_cpu=arm + _host_alias=$_host datarootdir='/\' datadir='${datarootdir}/data' docdir='${datarootdir}/docs' @@ -1598,6 +1599,7 @@ openpandora) ppc-amigaos) _host_os=amigaos _host_cpu=powerpc + _host_alias=$_host ;; ps2) _host_os=ps2 @@ -2964,11 +2966,6 @@ if test -n "$_host"; then arm-*riscos) _opengl_mode=none _build_hq_scalers=no - # toolchain binaries prefixed by host - _ranlib=$_host-ranlib - _strip=$_host-strip - _ar="$_host-ar cru" - _as="$_host-as" ;; bfin*) ;; @@ -3280,13 +3277,6 @@ if test -n "$_host"; then LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'` append_var LDFLAGS "-static" - # toolchain binaries prefixed by host - _ranlib=$_host-ranlib - _strip=$_host-strip - _ar="$_host-ar cru" - _as="$_host-as" - _windres=$_host-windres - _port_mk="backends/platform/sdl/amigaos/amigaos.mk" ;; ps2)