From 5e310dc17c739909a7be0432648b554fe57a283e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 29 Nov 2011 13:00:14 +0100 Subject: [PATCH] gcc: Fixed build and removed not needed configure options --- gcc/Pkgfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/Pkgfile b/gcc/Pkgfile index 795910f..a06c7e0 100644 --- a/gcc/Pkgfile +++ b/gcc/Pkgfile @@ -23,9 +23,7 @@ build() { cd $SRC/build LDFLAGS="-Wl,-rpath-link,$CROSSTOOLS/$CTARGET/lib" \ - ../$name-$version/configure --build=$CHOST \ - --host=$CTARGET \ - --target=$CTARGET \ + ../$name-$version/configure --build=$MACHTYPE \ --prefix=/usr \ --mandir=/usr/man \ --libexecdir=/usr/lib \ -- 2.26.2