wok rev 5689

busybox-static: GCC 4.5.0 workaround
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 04 18:19:54 2010 +0200 (2010-06-04)
parents f018edfba693
children 003ddfde863e
files busybox-static/receipt
line diff
     1.1 --- a/busybox-static/receipt	Fri Jun 04 18:06:46 2010 +0200
     1.2 +++ b/busybox-static/receipt	Fri Jun 04 18:19:54 2010 +0200
     1.3 @@ -36,7 +36,8 @@
     1.4  EOT
     1.5      cp ../stuff/$SOURCE-$VERSION.config .config
     1.6      make oldconfig
     1.7 -    make && make install
     1.8 +    # "CFLAGS=-O0" is a workaround for GCC 4.5.0
     1.9 +    make "CFLAGS=-O0" && make "CFLAGS=-O0" install
    1.10      echo "Chmod 4755 on busybox binary..."
    1.11      chmod 4755 _install/bin/busybox
    1.12  }