diff options
author | Johannes Schickel | 2016-01-07 11:52:01 +0100 |
---|---|---|
committer | Johannes Schickel | 2016-01-07 11:52:01 +0100 |
commit | 35cbb47e685b6925fda665bcf6a946a60fb15c9b (patch) | |
tree | 24cc1e33a53adbbe4d29e2291d111dc389044df2 | |
parent | b208f39720276adf22a9b11b1f9fd6574f5c8d7e (diff) | |
parent | 44e2256e731c5bbadb9ac23736e340aac1ccba6c (diff) | |
download | scummvm-rg350-35cbb47e685b6925fda665bcf6a946a60fb15c9b.tar.gz scummvm-rg350-35cbb47e685b6925fda665bcf6a946a60fb15c9b.tar.bz2 scummvm-rg350-35cbb47e685b6925fda665bcf6a946a60fb15c9b.zip |
Merge pull request #643 from raziel-/patch-2
AMIGAOS: Static builds preferred
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2120,7 +2120,7 @@ echo_n "Checking hosttype... " echo $_host_os case $_host_os in amigaos*) - append_var LDFLAGS "-use-dynld -Wl,--export-dynamic" + append_var LDFLAGS "-Wl,--export-dynamic" append_var LDFLAGS "-L/sdk/local/newlib/lib" # We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32 # as (unsigned) long, and consequently we'd get a compiler error otherwise. |