aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2017-08-09 21:53:02 +0100
committerEugene Sandulenko2017-09-03 10:40:07 +0200
commitfaf9fde50f1e857caca5d4374e537b6e865981f6 (patch)
treea0e3b3c64827d7b739a00be2a6a86adfd83e353f /configure
parentb9694a01db78fc3986df5b8d50f252c7d979d12b (diff)
downloadscummvm-rg350-faf9fde50f1e857caca5d4374e537b6e865981f6.tar.gz
scummvm-rg350-faf9fde50f1e857caca5d4374e537b6e865981f6.tar.bz2
scummvm-rg350-faf9fde50f1e857caca5d4374e537b6e865981f6.zip
RISCOS: Use armv3m as the target architecture instead of armv4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b113737c2f..eee2db7b26 100755
--- a/configure
+++ b/configure
@@ -2729,7 +2729,7 @@ case $_host_os in
_sdlpath=$GCCSDK_INSTALL_ENV/bin
_freetypepath=$GCCSDK_INSTALL_ENV/bin
_libcurlpath=$GCCSDK_INSTALL_ENV/bin
- append_var CXXFLAGS "-march=armv4"
+ append_var CXXFLAGS "-march=armv3m"
append_var CXXFLAGS "-mtune=xscale"
append_var LDFLAGS "-static"
_optimization_level=-O3