21 lines
526 B
Plaintext
21 lines
526 B
Plaintext
[binaries]
|
|
c = 'arm-none-eabi-gcc'
|
|
cpp = 'arm-none-eabi-g++'
|
|
ar = 'arm-none-eabi-ar'
|
|
strip = 'arm-none-eabi-strip'
|
|
objcopy = 'arm-none-eabi-objcopy'
|
|
ld = 'arm-none-eabi-ld'
|
|
|
|
[host_machine]
|
|
system = 'playdate'
|
|
cpu_family = 'arm'
|
|
cpu = 'cortex-m7'
|
|
endian = 'little'
|
|
|
|
[properties]
|
|
needs_exe_wrapper = true
|
|
|
|
[built-in options]
|
|
c_args = ['-mcpu=cortex-m7', '-mthumb', '-mfloat-abi=hard', '-mfpu=fpv5-sp-d16', '-fno-exceptions']
|
|
c_link_args = ['-mcpu=cortex-m7', '-mthumb', '-mfloat-abi=hard', '-mfpu=fpv5-sp-d16', '-nostartfiles']
|