diff options
author | Jordi Vilalta Prat | 2009-02-13 17:30:59 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-02-13 17:30:59 +0000 |
commit | 655676b26083edb47d7a4df9ad1b3870d7fe2927 (patch) | |
tree | ca82cff8c2ece4f0be227ec50b4b197d9af166b6 /configure | |
parent | 2c9d1567d0afc98395de84d1012ba8fcf28582af (diff) | |
download | scummvm-rg350-655676b26083edb47d7a4df9ad1b3870d7fe2927.tar.gz scummvm-rg350-655676b26083edb47d7a4df9ad1b3870d7fe2927.tar.bz2 scummvm-rg350-655676b26083edb47d7a4df9ad1b3870d7fe2927.zip |
Build a dynamically linked executable on Amiga by default (as discussed with Raziel^)
svn-id: r36306
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1178,7 +1178,7 @@ if test -n "$_host"; then type_2_byte='short' type_4_byte='long' CXXFLAGS="$CFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400" - LDFLAGS="$LDFLAGS -mcrt=newlib" + LDFLAGS="$LDFLAGS -mcrt=newlib -use-dynld -Lsobjs:" ;; m68k-atari-mint) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" |