fxsdk: do not force -m3 on fx to allow SH4 assembler

This commit is contained in:
Lephenixnoir 2021-01-22 16:10:28 +01:00
parent 985e86df77
commit e75c6aca59
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

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