From 34973c483c45cd60cbe2ffead537913dfc75d664 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 3 Mar 2015 15:17:22 +0100 Subject: [PATCH] glibc: add support for aarch64. --- common/shlibs | 1 + srcpkgs/glibc/template | 1 + 2 files changed, 2 insertions(+) diff --git a/common/shlibs b/common/shlibs index a4229b266cc..8cd220154c0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/glibc/template b/srcpkgs/glibc/template index 3be72ebe5f8..d5d1cd61d6c 100644 --- a/srcpkgs/glibc/template +++ b/srcpkgs/glibc/template @@ -59,6 +59,7 @@ do_configure() { armv5*) configure_args+=" --with-march=armv5te --without-fp --with-float=soft";; armv6l*) configure_args+=" --with-march=armv6 --with-fpu=vfp --with-float=hard";; armv7l*) configure_args+=" --with-march=armv7-a --with-fpu=vfpv3 --with-float=hard";; + arm64*) configure_args+=" --with-march=armv8-a";; esac if [ "$CROSS_BUILD" ]; then