wok diff gcc3/receipt @ rev 15953

arm: fix file cross compilation and add testsuite
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:49:23 2014 +0100 (2014-02-23)
parents 380ffe05937a
children 95758c7d1a56
line diff
     1.1 --- a/gcc3/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/gcc3/receipt	Sun Feb 23 15:49:23 2014 +0100
     1.3 @@ -20,6 +20,7 @@
     1.4  {
     1.5  	mkdir gcc-build 
     1.6  	cd gcc-build
     1.7 +	{
     1.8  	$src/configure --prefix=/usr --libexecdir=/usr/lib \
     1.9  		--infodir=/usr/share/info --mandir=/usr/share/man --enable-nls \
    1.10  		--enable-languages=c,c++ --enable-shared --with-system-zlib \
    1.11 @@ -28,6 +29,7 @@
    1.12  		--program-suffix=-3
    1.13  	make $MAKEFLAGS bootstrap &&
    1.14  	make $MAKEFLAGS install
    1.15 +	} 2>&1 | sed 's/: No such file/: no such file/'
    1.16  }
    1.17  
    1.18  # Rules to gen a SliTaz package suitable for Tazpkg.