Files
jsix/assets/build/target.user.exe.yaml
Justin C. Miller bbe27c6b53 [build] Move init to its own target
In order to allow -fpic and -fpie in the user target, move init to it's
own target -- it needs its own special build rules to make it loadable
by boot.
2023-07-31 00:16:02 -07:00

10 lines
89 B
YAML

---
ccflags: [
"-fpie"
]
ldflags: [
"-pie",
"--dynamic-linker", "/tools/ld.so",
]