]> git.pld-linux.org Git - packages/qemu.git/blobdiff - qemu-cflags.patch
- binfmt definitions for foreign qemu-lated binaries (from qemu-kvm package)
[packages/qemu.git] / qemu-cflags.patch
index 248c79c67e65c3dc0eea161a09eef2df5e9031d4..b992962b813b54d6cd47c8f8ab610fdb3649b59a 100644 (file)
@@ -1,13 +1,22 @@
---- qemu-kvm-1.0/configure~    2012-02-22 11:45:58.440892282 +0100
-+++ qemu-kvm-1.0/configure     2012-02-23 10:24:12.692463270 +0100
-@@ -2781,10 +2781,6 @@
- # End of CC checks
- # After here, no more $cc or $ld runs
--if test "$debug" = "no" ; then
--  CFLAGS="-O2 $CFLAGS"
+--- qemu-1.2.0/configure.orig  2012-09-05 16:03:06.000000000 +0200
++++ qemu-1.2.0/configure       2012-09-23 18:41:12.717279277 +0200
+@@ -281,10 +281,6 @@
+ QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS"
+ QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS"
+ QEMU_INCLUDES="-I. -I\$(SRC_PATH) -I\$(SRC_PATH)/include"
+-if test "$debug_info" = "yes"; then
+-    CFLAGS="-g $CFLAGS"
+-    LDFLAGS="-g $LDFLAGS"
 -fi
--
- # Consult white-list to determine whether to enable werror
- # by default.  Only enable by default for git builds
- z_version=`cut -f3 -d. $source_path/VERSION`
+ # make source path absolute
+ source_path=`cd "$source_path"; pwd`
+@@ -2995,8 +2991,6 @@
+ if test "$gcov" = "yes" ; then
+   CFLAGS="-fprofile-arcs -ftest-coverage -g $CFLAGS"
+   LDFLAGS="-fprofile-arcs -ftest-coverage $LDFLAGS"
+-elif test "$debug" = "no" ; then
+-  CFLAGS="-O2 -D_FORTIFY_SOURCE=2 $CFLAGS"
+ fi
+
This page took 0.0673 seconds and 4 git commands to generate.