[arch-commits] Commit in mkinitcpio-busybox/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Sun May 9 17:50:55 UTC 2010


    Date: Sunday, May 9, 2010 @ 13:50:54
  Author: thomas
Revision: 79944

Build with -O0 to work around critical problems in gcc 4.5.0

Modified:
  mkinitcpio-busybox/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-05-09 17:50:38 UTC (rev 79943)
+++ PKGBUILD	2010-05-09 17:50:54 UTC (rev 79944)
@@ -2,7 +2,7 @@
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=mkinitcpio-busybox
 pkgver=1.16.1
-pkgrel=2
+pkgrel=3
 pkgdesc="base initramfs tools"
 arch=('i686' 'x86_64')
 url="http://www.busybox.net/"
@@ -27,9 +27,9 @@
   # A patch is scheduled to be backported to 4.5.1, so we can remove it
   # once that is released. Reference: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43987
   if [ ${CARCH} = "x86_64" ]; then
-    sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=x86-64 -mtune=generic -Os -pipe -fno-strict-aliasing -fno-tree-pta"|' "${srcdir}/config" > .config
+    sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=x86-64 -mtune=generic -O0 -pipe -fno-strict-aliasing"|' "${srcdir}/config" > .config
   else
-    sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=i686 -mtune=generic -Os -pipe -fno-strict-aliasing -fno-tree-pta"|' "${srcdir}/config" > .config
+    sed 's|^CONFIG_EXTRA_CFLAGS=.*|CONFIG_EXTRA_CFLAGS="-march=i686 -mtune=generic -O0 -pipe -fno-strict-aliasing"|' "${srcdir}/config" > .config
   fi
   make || return 1
 }




More information about the arch-commits mailing list