]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- updated for 0.8.2
authorhawk <hawk@pld-linux.org>
Fri, 4 Aug 2006 14:33:25 +0000 (14:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-cc.patch -> 1.2
    qemu-dot.patch -> 1.2

qemu-cc.patch
qemu-dot.patch

index 017759dfc2b8345e87f5ef951ea3938348b9ae9a..861949e5cadf7c3e2ca9027d4c28864edb53be00 100644 (file)
@@ -1,12 +1,12 @@
---- qemu-0.8.1/configure~      2006-05-20 01:27:00.000000000 +0300
-+++ qemu-0.8.1/configure       2006-05-20 01:29:38.000000000 +0300
-@@ -294,8 +294,7 @@
- strip="${cross_prefix}${strip}"
- if [ ! -x "`which $cc`" ] ; then
--    echo "Compiler $cc could not be found"
--    exit
-+    echo "Warning: Compiler $cc could not be found"
+--- qemu.orig/configure        2006-07-22 19:23:34.000000000 +0200
++++ qemu/configure     2006-08-04 15:16:48.263651500 +0200
+@@ -309,8 +309,7 @@
+ if $cc -c -o $TMPO $TMPC 2>/dev/null ; then
+   : C compiler works ok
+ else
+-    echo "ERROR: \"$cc\" either does not exist or does not work"
+-    exit 1
++    echo "Warning: \"$cc\" either does not exist or does not work"
  fi
  
  if test "$mingw32" = "yes" ; then
index 7cf400d13c49041fee35c1bda3f8bae5967ed7c8..0cc12ebb1c343d1242ba0e2cc649a79b112a4b8e 100644 (file)
@@ -1,13 +1,12 @@
---- qemu-0.7.0/dyngen.c.orig   2005-04-27 22:52:05.000000000 +0200
-+++ qemu-0.7.0/dyngen.c        2005-05-01 14:00:00.000000000 +0200
+--- qemu.orig/dyngen.c 2006-07-22 19:23:34.000000000 +0200
++++ qemu/dyngen.c      2006-08-04 15:31:19.578105250 +0200
 @@ -1194,13 +1194,11 @@
      } else if (strstart(sym_name, "__op_gen_label", &p)) {
          snprintf(name, name_size, "gen_labels[param%s]", p);
      } else {
 -#ifdef HOST_SPARC
          if (sym_name[0] == '.')
--            snprintf(name, sizeof(name),
-+            snprintf(name, name_size,
+             snprintf(name, name_size,
                       "(long)(&__dot_%s)",
                       sym_name + 1);
          else
@@ -15,7 +14,7 @@
              snprintf(name, name_size, "(long)(&%s)", sym_name);
      }
  }
-@@ -1590,14 +1588,12 @@
+@@ -1627,14 +1625,12 @@
                      !strstart(sym_name, "__op_param", NULL) &&
                      !strstart(sym_name, "__op_jmp", NULL) &&
                      !strstart(sym_name, "__op_gen_label", NULL)) {
This page took 0.268694 seconds and 4 git commands to generate.