mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 04:40:39 +00:00
CONFIGURE: Add likely fix for AmigaOS4 linker relocation build failure.
This commit is contained in:
parent
0a6904c4ab
commit
68693f996d
3
configure
vendored
3
configure
vendored
@ -2763,6 +2763,9 @@ if test -n "$_host"; then
|
||||
_port_mk="backends/platform/openpandora/op-bundle.mk"
|
||||
;;
|
||||
ppc-amigaos)
|
||||
# PPC Linker requires this to fix relocation errors
|
||||
CXXFLAGS="$CXXFLAGS -mlongcall"
|
||||
|
||||
# Only static builds link successfully on buildbot
|
||||
LDFLAGS=`echo $LDFLAGS | sed 's/-use-dynld//'`
|
||||
LDFLAGS="$LDFLAGS -static"
|
||||
|
Loading…
Reference in New Issue
Block a user