mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
fxsdk: do not force -m3 on fx to allow SH4 assembler
This commit is contained in:
parent
985e86df77
commit
e75c6aca59
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ set(FXSDK_PLATFORM_LONG fx9860G)
|
|||
set(CMAKE_C_COMPILER sh-elf-gcc)
|
||||
set(CMAKE_CXX_COMPILER sh-elf-g++)
|
||||
|
||||
add_compile_options(-m3 -mb -ffreestanding -nostdlib)
|
||||
add_compile_options(-mb -ffreestanding -nostdlib)
|
||||
add_link_options(-nostdlib)
|
||||
link_libraries(-lgcc)
|
||||
add_compile_definitions(TARGET_FX9860G)
|
||||
|
|
Loading…
Reference in a new issue