From 12cf08fa1c10268f409ade3dec11398c8675f4df Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 20 Oct 2017 11:46:12 -0500 Subject: [PATCH] BUILD: Use normal host alias auto-prefixing for riscos and amigaos --- configure | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) 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)