Skip to content
Permalink
Browse files

CONFIGURE: Add likely fix for AmigaOS4 linker relocation build failure.

  • Loading branch information
digitall committed Dec 9, 2014
1 parent 0a6904c commit 68693f996dc9b66ecbdfda9c38e07765ba0a70df
Showing with 3 additions and 0 deletions.
  1. +3 −0 configure
@@ -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"

0 comments on commit 68693f9

Please sign in to comment.
You can’t perform that action at this time.