CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
glibc: adapted to 64b
[crossrootfs.git] / glibc / Pkgfile
index b95ecb66d67f2e6e4d02667b79e9636609cc8fd0..1771aee2c5fa755f3d445a7d5ef8ed6135542b8b 100644 (file)
@@ -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