Skip to content

Commit

Permalink
CONFIGURE: Use correct prefixed binaries for AmigaOS cross-compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitall committed Nov 16, 2012
1 parent 542b99b commit 19eea94
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configure
Expand Up @@ -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"
Expand Down

0 comments on commit 19eea94

Please sign in to comment.