Merge pull request #1242 from chneukirchen/aarch64
Add support for AArch64/ARMv8/ARM64 These patches add support for AArch64/ARMv8/ARM64 64-bit ARM processor. base-system, base-chroot{,-musl} and base-devel cross-compiled successfully at once (given coreutils-doc has been added to the repo already). Both glibc and musl are supported. Uncommented lines of common/environment/configure/autoconf_cache/aarch64-linux have not yet been verified/needed. Light testing has been performed on Linaro QEMU "genericarmv8" with Kernel 3.19, due to lack of real hardware.
This commit is contained in:
commit
b03de9bc1c
23 changed files with 5276 additions and 75 deletions
|
@ -25,6 +25,7 @@ libdl.so.2 glibc-2.8_1
|
|||
ld-linux-x86-64.so.2 glibc-2.8_1 x86_64
|
||||
ld-linux.so.2 glibc-2.8_1 i686
|
||||
ld-linux.so.3 glibc-2.17_1 armv5tel
|
||||
ld-linux-aarch64.so.1 glibc-2.19_1 aarch64
|
||||
ld.so.1 glibc-2.17_1 mips
|
||||
ld-linux-armhf.so.3 glibc-2.17_1
|
||||
libresolv.so.2 glibc-2.8_1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue