]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- disable gcc4 bcond; broken
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 11 Jan 2007 11:17:11 +0000 (11:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu.spec -> 1.75

qemu.spec

index bbbf9ee4a8e40315545a05b0e922d49a53bff80f..02254cd450df714683e59dfbe54cbeb7fa81dbcc 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
@@ -10,7 +10,8 @@
 %bcond_without kqemu                   # disable QEMU accelerator support
 %bcond_with    cflags_passing          # with passing rpmcflags to Makefiles
 %bcond_with    nosdlgui                # do not use SDL gui (use X11 instead)
-%bcond_without gcc4                    # use gcc4 patches (broke build on gcc33)
+# Note that gcc4 build is very problematic and not supported by qemu team
+%bcond_with    gcc4                    # use gcc4 patches (broke build on gcc33)
 %bcond_without dist_kernel             # without distribution kernel
 %bcond_with    kernel                  # build kqemu kernel modules (see License)
 %bcond_without smp                     # don't build SMP module
This page took 0.244088 seconds and 4 git commands to generate.