search for: ga647a8990f

Displaying 1 result from an estimated 1 matches for "ga647a8990f".

2020 Oct 13
1
[PATCH] klibc: support llvm's lld for arm64
...nly # On arm64, binaries are normally loaded at 4MB. Place klibc.so # a little before that at 2MB to prevent overlap. -KLIBCSHAREDFLAGS = -Ttext-segment 0x0200000 +KLIBCSHAREDFLAGS = $(LD_IMAGE_BASE_OPT) 0x0200000 # Kernel has never used stack trampolines KLIBCEXECSTACK := n -- 2.28.0.1011.ga647a8990f-goog