Skip to content

Commit

Permalink
BUILD: Use normal host alias auto-prefixing for riscos and amigaos
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover authored and sev- committed Aug 18, 2018
1 parent b86a210 commit 12cf08f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions configure
Expand Up @@ -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'
Expand Down Expand Up @@ -1598,6 +1599,7 @@ openpandora)
ppc-amigaos)
_host_os=amigaos
_host_cpu=powerpc
_host_alias=$_host
;;
ps2)
_host_os=ps2
Expand Down Expand Up @@ -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*)
;;
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 12cf08f

Please sign in to comment.