wok-stable diff mingw32-gcc/receipt @ rev 8400

syslinux: no more awk in shell tools (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 05 16:37:06 2011 +0100 (2011-02-05)
parents d437e141264c
children 0b4cf0d9e1b5
line diff
     1.1 --- a/mingw32-gcc/receipt	Mon Sep 07 21:44:04 2009 +0000
     1.2 +++ b/mingw32-gcc/receipt	Sat Feb 05 16:37:06 2011 +0100
     1.3 @@ -70,7 +70,7 @@
     1.4  		--disable-win32-registry \
     1.5  		--enable-sjlj-exceptions \
     1.6  		$CONFIGURE_ARGS &&
     1.7 -	make CFLAGS="-O2 -fomit-frame-pointer" LDFLAGS="-s"  &&
     1.8 +	make -j 4 CFLAGS="-O2 -fomit-frame-pointer" LDFLAGS="-s"  &&
     1.9  	make DESTDIR=$src/_pkg install
    1.10  }
    1.11