all: statically link to LLVM 17 instead of LLVM 16

We can now finally do it, now that Espressif has updated their fork.
This commit is contained in:
Ayke van Laethem
2023-09-23 15:06:27 +02:00
committed by Ron Evans
parent 81c56c3ab8
commit 6984af43a0
21 changed files with 83 additions and 82 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"llvm-target": "aarch64",
"cpu": "cortex-a57",
"features": "+aes,+crc,+crypto,+fp-armv8,+neon,+sha2,+v8a,-fmv",
"features": "+aes,+crc,+fp-armv8,+neon,+sha2,+v8a,-fmv",
"build-tags": ["nintendoswitch", "arm64"],
"scheduler": "tasks",
"goos": "linux",