mirror of
https://github.com/zeldaret/botw
synced 2026-09-02 01:42:54 -04:00
8cf3dd776b
Using musl is required to match several functions that use <math.h> floating point functions like isnan. This also removes a dependency on devkitA64. We previously only needed it because Clang insisted on using GCC to link the final executable owing to the use of a "bare metal" target like aarch64-none-elf. We can make Clang invoke the linker itself by using a Linux target.
33 lines
268 B
Plaintext
33 lines
268 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
*.dist-info/
|
|
*.so
|
|
*.dll
|
|
dist/
|
|
build/
|
|
bin/
|
|
.mypy_cache/
|
|
.benchmarks/
|
|
|
|
.idea/
|
|
.vscode/
|
|
|
|
*.id0
|
|
*.id1
|
|
*.id2
|
|
*.idb
|
|
*.i64
|
|
*.nam
|
|
*.til
|
|
|
|
main.elf
|
|
|
|
perf.mData
|
|
perf.mData.old
|
|
.gdb_history
|
|
|
|
.DS_Store
|
|
tools/aarch64-none-elf-objdump
|
|
toolchain/clang/
|