mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-04-04 09:37:11 +02:00
fxsdk: use sh-elf by default in project.cfg
This commit is contained in:
parent
7cc4199342
commit
e66035da44
1 changed files with 2 additions and 2 deletions
|
@ -158,10 +158,10 @@ ICON_CG_SEL = assets-cg/icon-cg-sel.png
|
|||
#---
|
||||
|
||||
# Toolchain for fx9860g. Please see also CFLAGS_FX below.
|
||||
TOOLCHAIN_FX := sh3eb-elf
|
||||
TOOLCHAIN_FX := sh-elf
|
||||
|
||||
# Toolchain for fxcg50. Please see also CFLAGS_CG below.
|
||||
TOOLCHAIN_CG := sh4eb-elf
|
||||
TOOLCHAIN_CG := sh-elf
|
||||
|
||||
#---
|
||||
# Compiler flags
|
||||
|
|
Loading…
Add table
Reference in a new issue