CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: Fixed build arm-unknown-linux-gnueabihf
[ports/core-arm.git] / libgmp / Pkgfile
index 9c4a5c29f99a938d1b03bc8acbe1c789d567e7e7..fc3a07826ed872c9bb2e82df4e9f9781d1b85275 100644 (file)
@@ -2,6 +2,7 @@
 # URL: http://gmplib.org/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on:
 
 name=libgmp
 version=5.0.2
@@ -12,7 +13,7 @@ build() {
   cd gmp-$version
   ./configure --prefix=/usr \
               --enable-cxx \
-              --build=$MACHTYPE
+              --build=arm-unknown-linux-gnueabihf
   make
   make DESTDIR=$PKG install
   rm -r $PKG/usr/share