aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-02-13 17:30:59 +0000
committerJordi Vilalta Prat2009-02-13 17:30:59 +0000
commit655676b26083edb47d7a4df9ad1b3870d7fe2927 (patch)
treeca82cff8c2ece4f0be227ec50b4b197d9af166b6
parent2c9d1567d0afc98395de84d1012ba8fcf28582af (diff)
downloadscummvm-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
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2691303c6d..0b952d82ac 100755
--- a/configure
+++ b/configure
@@ -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"