From aa62a156ed816a94b74ceef7016fcff5cec45c66 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Wed, 18 Apr 2012 17:49:40 +0200 Subject: [PATCH] binutils: fixed build triple arm-unknown-linux-gnueabi --- binutils/Pkgfile | 1 + 1 file changed, 1 insertion(+) diff --git a/binutils/Pkgfile b/binutils/Pkgfile index e00e17d..73499f4 100644 --- a/binutils/Pkgfile +++ b/binutils/Pkgfile @@ -15,6 +15,7 @@ build() { mkdir build cd build ../$name-$version/configure --prefix=/usr \ + --build=arm-unknown-linux-gnueabi \ --mandir=/usr/man \ --enable-shared \ --disable-nls -- 2.26.2