mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-05-31 16:05:11 +02:00
fxsdk: define TARGET_FX9860G and TARGET_FXCG50 in Makefiles
The older FX9860G and FXCG50 are still supported for backwards compatibility, but are deprecated.
This commit is contained in:
parent
4a6bc4724d
commit
70ff9ba6b8
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ CFLAGS := -mb -ffreestanding -nostdlib -fstrict-volatile-bitfields
|
||||||
# <> If you are using an sh-elf with several targets, specify whichever you
|
# <> If you are using an sh-elf with several targets, specify whichever you
|
||||||
# support. I recommend -m3 on FX and -m4-nofpu on CG.
|
# support. I recommend -m3 on FX and -m4-nofpu on CG.
|
||||||
# Please see also TOOLCHAIN_FX and TOOLCHAIN_CG above.
|
# Please see also TOOLCHAIN_FX and TOOLCHAIN_CG above.
|
||||||
CFLAGS_FX := -D FX9860G -m3
|
CFLAGS_FX := -D FX9860G -D TARGET_FX9860G -m3
|
||||||
CFLAGS_CG := -D FXCG50 -m4-nofpu
|
CFLAGS_CG := -D FXCG50 -D TARGET_FXCG50 -m4-nofpu
|
||||||
|
|
||||||
# Additional compiler flags, change to your own taste!
|
# Additional compiler flags, change to your own taste!
|
||||||
CFLAGS += -Wall -Wextra -Wno-missing-field-initializers -Os
|
CFLAGS += -Wall -Wextra -Wno-missing-field-initializers -Os
|
||||||
|
|
Loading…
Add table
Reference in a new issue