cookutils diff cook.conf @ rev 388

Edit cooker
author Paul Issott <paul@slitaz.org>
date Sat May 12 23:01:43 2012 +0100 (2012-05-12)
parents e8c2be9bd8fe
children a20fac3c915f
line diff
     1.1 --- a/cook.conf	Fri May 11 14:23:28 2012 +0200
     1.2 +++ b/cook.conf	Sat May 12 23:01:43 2012 +0100
     1.3 @@ -51,7 +51,7 @@
     1.4  # With -O2: binutils: Produce 14.0M Packed 5.5M Compressed 1.2M
     1.5  # With -Os: binutils: Produce 13.4M Packed 4.9M Compressed 1.1M
     1.6  #
     1.7 -# ARM: dont use -0s but -02
     1.8 +# ARM:  don't use -0s but -02
     1.9  # ARM: -mcpu=name [arm9|xscale|...] or -march=name [armv4|armv6|...]
    1.10  #
    1.11  #MAKEFLAGS="-j$(($(grep processor /proc/cpuinfo | wc -l)+1))"
    1.12 @@ -59,7 +59,7 @@
    1.13  CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer"
    1.14  CXXFLAGS="$CFLAGS"
    1.15  
    1.16 -# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.17 +# Binutils 2.22 breaks many packages built without LDFLAGS set correctly.
    1.18  #LDFLAGS="-Wl,--copy-dt-needed-entries -lXt"
    1.19  
    1.20  # Default tool prefix for Binutils.