diff options
author | Colin Snover | 2017-10-20 11:46:12 -0500 |
---|---|---|
committer | Eugene Sandulenko | 2018-08-18 13:50:59 +0200 |
commit | 12cf08fa1c10268f409ade3dec11398c8675f4df (patch) | |
tree | 4b5e9ca9824c8b66212b95b4b2f6e996c47e10de | |
parent | b86a210db578f84a34838bf9c690503002ee7d4e (diff) | |
download | scummvm-rg350-12cf08fa1c10268f409ade3dec11398c8675f4df.tar.gz scummvm-rg350-12cf08fa1c10268f409ade3dec11398c8675f4df.tar.bz2 scummvm-rg350-12cf08fa1c10268f409ade3dec11398c8675f4df.zip |
BUILD: Use normal host alias auto-prefixing for riscos and amigaos
-rwxr-xr-x | configure | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -1493,6 +1493,7 @@ androidsdl-x86_64) arm-*riscos) _host_os=riscos _host_cpu=arm + _host_alias=$_host datarootdir='/\<ScummVM\$$Dir\>' 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) |