CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: Fixed build arm-unknown-linux-gnueabihf
authorVictor Martinez <pitillo@ono.com>
Wed, 14 Mar 2012 15:53:47 +0000 (15:53 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 14 Mar 2012 15:53:47 +0000 (15:53 +0000)
libgmp/Pkgfile

index 30c6e2b1e6f016a72e169ca0ad3256704b4cc8a1..fc3a07826ed872c9bb2e82df4e9f9781d1b85275 100644 (file)
@@ -13,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