summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-25 15:35:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-25 15:35:33 +0000
commit0e3508c05804122f00f3deb3c1850bada519fd64 (patch)
treefb97eb62392b2868b190886c57f531842408a4ef /meta/packages/qemu
parentb1c880f0de9bc36b3e077186ffc739b258d5a01d (diff)
downloadpoky-0e3508c05804122f00f3deb3c1850bada519fd64.tar.gz
qemu: Add revert_arm_tcg patch, drop gcc3 check patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4343 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu')
-rw-r--r--meta/packages/qemu/qemu-0.9.1+svn/remove_gcc3_check.patch54
-rw-r--r--meta/packages/qemu/qemu-0.9.1+svn/revert_arm_tcg.patch.gzbin0 -> 96799 bytes
2 files changed, 0 insertions, 54 deletions
diff --git a/meta/packages/qemu/qemu-0.9.1+svn/remove_gcc3_check.patch b/meta/packages/qemu/qemu-0.9.1+svn/remove_gcc3_check.patch
deleted file mode 100644
index 3a180ec853..0000000000
--- a/meta/packages/qemu/qemu-0.9.1+svn/remove_gcc3_check.patch
+++ /dev/null
@@ -1,54 +0,0 @@
1Index: trunk/configure
2===================================================================
3--- trunk.orig/configure 2008-04-25 09:09:31.000000000 +0100
4+++ trunk/configure 2008-04-25 09:11:31.000000000 +0100
5@@ -22,8 +22,6 @@
6 static="no"
7 cross_prefix=""
8 cc="gcc"
9-gcc3_search="yes"
10-gcc3_list="gcc-3.4.6 gcc-3.4 gcc34 gcc-3.3.6 gcc-3.3 gcc33 gcc-3.2 gcc32"
11 host_cc="gcc"
12 ar="ar"
13 make="make"
14@@ -245,9 +243,6 @@
15 ;;
16 --cross-prefix=*) cross_prefix="$optarg"
17 ;;
18- --cc=*) cc="$optarg"
19- gcc3_search="no"
20- ;;
21 --host-cc=*) host_cc="$optarg"
22 ;;
23 --make=*) make="$optarg"
24@@ -479,30 +474,6 @@
25 #endif
26 int main(){return 0;}
27 EOF
28- if "$cc" $ARCH_CFLAGS -o $TMPE $TMPC 2> /dev/null ; then
29- echo "WARNING: \"$cc\" looks like gcc 4.x"
30- found_compat_cc="no"
31- if test "$gcc3_search" = "yes" ; then
32- echo "Looking for gcc 3.x"
33- for compat_cc in $gcc3_list ; do
34- if "$cross_prefix$compat_cc" --version 2> /dev/null | fgrep '(GCC) 3.' > /dev/null 2>&1 ; then
35- echo "Found \"$compat_cc\""
36- cc="$cross_prefix$compat_cc"
37- found_compat_cc="yes"
38- break
39- fi
40- done
41- if test "$found_compat_cc" = "no" ; then
42- echo "gcc 3.x not found!"
43- fi
44- fi
45- if test "$found_compat_cc" = "no" ; then
46- echo "QEMU is known to have problems when compiled with gcc 4.x"
47- echo "It is recommended that you use gcc 3.x to build QEMU"
48- echo "To use this compiler anyway, configure with --disable-gcc-check"
49- exit 1;
50- fi
51- fi
52 fi
53
54 #
diff --git a/meta/packages/qemu/qemu-0.9.1+svn/revert_arm_tcg.patch.gz b/meta/packages/qemu/qemu-0.9.1+svn/revert_arm_tcg.patch.gz
new file mode 100644
index 0000000000..c42cc04e9e
--- /dev/null
+++ b/meta/packages/qemu/qemu-0.9.1+svn/revert_arm_tcg.patch.gz
Binary files differ