aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2006-04-08 12:39:27 +0000
committerMax Horn2006-04-08 12:39:27 +0000
commit4a8c9c323d7914c3ad33c884ecf9e0cb73ee2db5 (patch)
tree215d8fff62f9ba6ec695fe445b8599431a0461ea /configure
parent655b85bc84dfbc239c762b2e268824305787b83d (diff)
downloadscummvm-rg350-4a8c9c323d7914c3ad33c884ecf9e0cb73ee2db5.tar.gz
scummvm-rg350-4a8c9c323d7914c3ad33c884ecf9e0cb73ee2db5.tar.bz2
scummvm-rg350-4a8c9c323d7914c3ad33c884ecf9e0cb73ee2db5.zip
AmigaOS4 changes from tracker #1416370
svn-id: r21691
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8d578531a9..3e4a6e464d 100755
--- a/configure
+++ b/configure
@@ -760,8 +760,8 @@ if test -n "$_host"; then
type_1_byte='char'
type_2_byte='short'
type_4_byte='long'
- CXXFLAGS="$CFLAGS -newlib -mstrict-align -mcpu=750 -mtune=7400"
- LDFLAGS="$LDFLAGS -newlib"
+ CXXFLAGS="$CFLAGS -mcrt=newlib -mstrict-align -mcpu=750 -mtune=7400"
+ LDFLAGS="$LDFLAGS -mcrt=newlib"
;;
*)
echo "Cross-compiling to unknown target $_host, please add your target to configure."