mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 11:33:59 +00:00
nintendoswitch: Add dynamic loader for runtime loading PIE sections
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
"-fno-exceptions", "-fno-unwind-tables",
|
||||
"-ffunction-sections", "-fdata-sections"
|
||||
],
|
||||
"ldflags": [
|
||||
"-pie",
|
||||
"-z", "notext"
|
||||
],
|
||||
"linkerscript": "targets/nintendoswitch.ld",
|
||||
"extra-files": [
|
||||
"targets/nintendoswitch.s",
|
||||
|
||||
Reference in New Issue
Block a user