From b7a8abcc1a6ab614663e36c01ecd04ef13f51deb Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 14 Mar 2012 15:53:47 +0000 Subject: [PATCH] libgmp: Fixed build arm-unknown-linux-gnueabihf --- libgmp/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 30c6e2b..fc3a078 100644 --- a/libgmp/Pkgfile +++ b/libgmp/Pkgfile @@ -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 -- 2.26.2