]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- don't die if CC=ccache gcc
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 19 May 2006 22:32:13 +0000 (22:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-cc.patch -> 1.1

qemu-cc.patch [new file with mode: 0644]

diff --git a/qemu-cc.patch b/qemu-cc.patch
new file mode 100644 (file)
index 0000000..017759d
--- /dev/null
@@ -0,0 +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"
+ fi
+ if test "$mingw32" = "yes" ; then
This page took 0.144061 seconds and 4 git commands to generate.