CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: fixed build triple arm-unknown-linux-gnueabi
authorJose V Beneyto <sepen@crux.nu>
Wed, 18 Apr 2012 15:50:18 +0000 (17:50 +0200)
committerJose V Beneyto <sepen@crux.nu>
Wed, 18 Apr 2012 15:50:18 +0000 (17:50 +0200)
libgmp/Pkgfile

index 30c6e2b1e6f016a72e169ca0ad3256704b4cc8a1..2e3d1ef7f40fe20f2f7ca169ebfe6bb6e98a937b 100644 (file)
@@ -13,7 +13,7 @@ build() {
   cd gmp-$version
   ./configure --prefix=/usr \
               --enable-cxx \
-              --build=$MACHTYPE
+              --build=arm-unknown-linux-gnueabi
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share