RISCOS: Use armv3m as the target architecture instead of armv4

This commit is contained in:
Cameron Cawley 2017-08-09 21:53:02 +01:00 committed by Eugene Sandulenko
parent b9694a01db
commit faf9fde50f

2
configure vendored
View file

@ -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