I am trying to compile glibc-2.30 for aarch64. I am using very basic configuration:
../configure \
--with-headers=/tmp/headers/include \
--disable-sanity-checks \
--enable-kernel=3.18.0
No error on configure, but get the following error when running "make":
../sysdeps/unix/syscall-template.S: Assembler messages:
../sysdeps/unix/syscall-template.S:78: Error: immediate cannot be moved by a single instruction
I assume I have to add a aarch64 specific configure param?