From aa225f7c3ad3f087d3662c30fcf7cf72d354cdbf Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Mon, 10 Jun 2024 12:52:20 +0900 Subject: Revert "Setup cross-compilation for playdate" This reverts commit 4c88f44d42c5aace3264bfc656ae656b6b3e7373. --- cross/playdate.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 cross/playdate.txt (limited to 'cross/playdate.txt') diff --git a/cross/playdate.txt b/cross/playdate.txt deleted file mode 100644 index c54b4ba..0000000 --- a/cross/playdate.txt +++ /dev/null @@ -1,11 +0,0 @@ -[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' -- cgit v1.2.3