mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-18 18:30:59 +00:00
CONFIGURE: Use correct prefixed binaries for AmigaOS cross-compile.
This commit is contained in:
parent
542b99bfe7
commit
19eea946ec
7
configure
vendored
7
configure
vendored
@ -2543,6 +2543,13 @@ if test -n "$_host"; then
|
||||
# Only static builds link successfully on buildbot
|
||||
LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
|
||||
LDFLAGS="$LDFLAGS -static"
|
||||
|
||||
# toolchain binaries prefixed by host
|
||||
_ranlib=$_host-ranlib
|
||||
_strip=$_host-strip
|
||||
_ar="$_host-ar cru"
|
||||
_as="$_host-as"
|
||||
_windres=$_host-windres
|
||||
;;
|
||||
ps2)
|
||||
DEFINES="$DEFINES -DDISABLE_TEXT_CONSOLE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user