]> git.pld-linux.org Git - packages/qemu.git/blame - qemu-cc.patch
- gcc 3.4 segfault for mips
[packages/qemu.git] / qemu-cc.patch
CommitLineData
94584640 1--- qemu.orig/configure 2006-07-22 19:23:34.000000000 +0200
2+++ qemu/configure 2006-08-04 15:16:48.263651500 +0200
3@@ -309,8 +309,7 @@
4 if $cc -c -o $TMPO $TMPC 2>/dev/null ; then
5 : C compiler works ok
6 else
7- echo "ERROR: \"$cc\" either does not exist or does not work"
8- exit 1
9+ echo "Warning: \"$cc\" either does not exist or does not work"
bae43315
ER
10 fi
11
12 if test "$mingw32" = "yes" ; then
This page took 0.023395 seconds and 4 git commands to generate.