RISCOS: Use armv3m as the target architecture instead of armv4
This commit is contained in:
parent
b9694a01db
commit
faf9fde50f
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue