cookutils rev 682

cook: Fix typo for X86_64-setup. + cook failed with -march. Use -mtune instead
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun May 11 14:00:23 2014 +0200 (2014-05-11)
parents 0bfd04c900d5
children 5ae673e4f571
files cook
line diff
     1.1 --- a/cook	Fri May 09 20:38:59 2014 +0200
     1.2 +++ b/cook	Sun May 11 14:00:23 2014 +0200
     1.3 @@ -1155,7 +1155,7 @@
     1.4  				flags="-Os -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -pipe"
     1.5  				host="$ARCH-slitaz-linux-gnueabi" ;;
     1.6  			x86_64)
     1.7 -				flags="-02 -march=generic -pipe"
     1.8 +				flags="-O2 -mtune=generic -pipe"
     1.9  				host="$ARCH-slitaz-linux" ;;
    1.10  		esac
    1.11  		sed -i \