mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
gameboy-advance: include compiler-rt in build
This avoids errors like the following:
ld.lld-9: error: undefined symbol: __umodsi3
ld.lld-9: error: undefined symbol: __aeabi_uidivmod
This commit is contained in:
committed by
Ron Evans
parent
4d5dafd360
commit
c698e99880
@@ -6,6 +6,7 @@
|
||||
"goarch": "arm",
|
||||
"compiler": "clang",
|
||||
"linker": "ld.lld",
|
||||
"rtlib": "compiler-rt",
|
||||
"cflags": [
|
||||
"-g",
|
||||
"--target=thumb4-none-eabi",
|
||||
|
||||
Reference in New Issue
Block a user