fxsdk: use sh-elf by default in project.cfg

This commit is contained in:
Lephenixnoir 2019-11-29 10:46:22 +01:00
parent 7cc4199342
commit e66035da44
1 changed files with 2 additions and 2 deletions

View File

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