diff options
| author | Clement Sibille <clements+github@lisible.xyz> | 2024-06-02 01:33:37 +0900 | 
|---|---|---|
| committer | Clement Sibille <clements+github@lisible.xyz> | 2024-06-02 01:33:37 +0900 | 
| commit | 1432cc812d9ef544b251a54a639a460363fd663a (patch) | |
| tree | de5c00082e656421dba060293e7fb870e9e11e8c | |
| parent | c1f965bd3c85d11937b3c31d5a418d1e9fcd1ee0 (diff) | |
Update crossfile for playdate
| -rw-r--r-- | cross/playdate.txt (renamed from cross/arm-none-eabi.txt) | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/cross/arm-none-eabi.txt b/cross/playdate.txt index 6f0fe79..c54b4ba 100644 --- a/cross/arm-none-eabi.txt +++ b/cross/playdate.txt @@ -3,3 +3,9 @@ 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'  | 
