Closed
Description
This is what I get when building an arm64 big-endian kernel:
ld.lld: error: unknown emulation: aarch64linuxb
make[4]: *** [/git/arm-soc/arch/arm64/kernel/vdso/Makefile:56: arch/arm64/kernel/vdso/vdso.so.dbg] Error 1
I suspect this trivial to workaround, as lld seems to support big-endian in principle, but I could not figure out what the actual problem is.