From 74493a43d55359b777a1ff76428edfadac98464d Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 18 Apr 2012 17:50:18 +0200 Subject: [PATCH] libgmp: fixed build triple arm-unknown-linux-gnueabi --- libgmp/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgmp/Pkgfile b/libgmp/Pkgfile index 30c6e2b..2e3d1ef 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-gnueabi make make DESTDIR=$PKG install rm -r $PKG/usr/share -- 2.26.2