[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.9.6-1-1-g2e7bee9

Guido Günther agx at sigxcpu.org
Wed Oct 5 20:42:22 UTC 2011


The following commit has been merged in the master branch:
commit 2e7bee96dd035b0086532a177de78bf4dee3a6ab
Author: Guido Günther <agx at sigxcpu.org>
Date:   Wed Oct 5 22:41:14 2011 +0200

    Remove workaround for m68k ICE
    
    fixed in gcc-4.6 upstream and Debian's gcc-4.4
    
    Thanks: Thorsten Glaser

diff --git a/debian/rules b/debian/rules
index b4fba08..463492f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,10 +45,6 @@ else
   WITH_LXC            = --without-lxc
 endif
 
-ifneq (,$(findstring ${DEB_BUILD_ARCH}, m68k))
-	CFLAGS = -fwrapv -DWRAPV
-endif
-
 DEB_BUILDDIR := $(CURDIR)/debian/build
 DEB_CONFIGURE_EXTRA_FLAGS :=     \
 	--disable-rpath          \

-- 
Libvirt Debian packaging



More information about the Pkg-libvirt-commits mailing list