Author: glen                         Date: Fri May 19 22:32:18 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't die if CC=ccache gcc

---- Files affected:
SOURCES:
   qemu-cc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/qemu-cc.patch
diff -u /dev/null SOURCES/qemu-cc.patch:1.1
--- /dev/null   Sat May 20 00:32:18 2006
+++ SOURCES/qemu-cc.patch       Sat May 20 00:32:13 2006
@@ -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
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to