diff options
| author | Clement Sibille <clements+github@lisible.xyz> | 2024-06-02 15:22:58 +0900 |
|---|---|---|
| committer | Clement Sibille <clements+github@lisible.xyz> | 2024-06-02 15:22:58 +0900 |
| commit | 4c88f44d42c5aace3264bfc656ae656b6b3e7373 (patch) | |
| tree | af097e52226085e0d5b17e16ce505e3d0a146f7c /cross | |
| parent | 940b4a89f0c54425c52ff8b1b63a848675a65f3d (diff) | |
Setup cross-compilation for playdate
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/playdate.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cross/playdate.txt b/cross/playdate.txt new file mode 100644 index 0000000..c54b4ba --- /dev/null +++ b/cross/playdate.txt @@ -0,0 +1,11 @@ +[binaries] +c = 'arm-none-eabi-gcc' +ar = 'arm-none-eabi-ar' +strip = 'arm-none-eabi-strip' +ld = 'arm-none-eabi-ld' + +[host_machine] +system = 'none' +cpu_family = 'arm' +cpu = 'cortex-m7' +endian = 'little' |
