You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proot's makefile doesn't support overriding ld/pkg-config command
invocations, so patch it. An upstream patch has been sent:
proot-me/proot#359
proot doesn't link with LLVM ld, so force to use GNU ld.
proot-me/proot#360
proot's makefile doesn't support overriding ld/pkg-config command
invocations, so patch it. An upstream patch has been sent:
proot-me/proot#359
proot doesn't link with LLVM ld, so force to use GNU ld.
proot-me/proot#360
Signed-off-by: Shuhei Takahashi <[email protected]>
We use
-Ttext=0x600000000000
to link loader, but it fails to link with LLVM ld as it attempts to generate a huge file.The text was updated successfully, but these errors were encountered: