X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=glibc%2FPkgfile;h=1771aee2c5fa755f3d445a7d5ef8ed6135542b8b;hb=3e713c38ffe37dbfbf68b23c39e46bae8f6bf338;hp=b95ecb66d67f2e6e4d02667b79e9636609cc8fd0;hpb=46714234ee2c5c9c678f1ef9ba615825aeca6dfe;p=crossrootfs.git diff --git a/glibc/Pkgfile b/glibc/Pkgfile index b95ecb6..1771aee 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -8,15 +8,15 @@ name=glibc version=2.22 release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - ftp://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz \ + http://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.tar.xz \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install build kernel headers cd linux-4.1 make mrproper - make ARCH=arm headers_check - make ARCH=arm INSTALL_HDR_PATH=$PKG/usr headers_install + make ARCH=arm64 headers_check + make ARCH=arm64 INSTALL_HDR_PATH=$PKG/usr headers_install cd $SRC