diff options
author | Cameron Cawley | 2017-08-09 21:53:02 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2017-09-03 10:40:07 +0200 |
commit | faf9fde50f1e857caca5d4374e537b6e865981f6 (patch) | |
tree | a0e3b3c64827d7b739a00be2a6a86adfd83e353f | |
parent | b9694a01db78fc3986df5b8d50f252c7d979d12b (diff) | |
download | scummvm-rg350-faf9fde50f1e857caca5d4374e537b6e865981f6.tar.gz scummvm-rg350-faf9fde50f1e857caca5d4374e537b6e865981f6.tar.bz2 scummvm-rg350-faf9fde50f1e857caca5d4374e537b6e865981f6.zip |
RISCOS: Use armv3m as the target architecture instead of armv4
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |