From: Ian Jackson Date: Tue, 15 Jul 2008 16:32:55 +0000 (+0100) Subject: Disable gcc version check. X-Git-Tag: xen-3.3.0-rc1~35 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=50b905b0ce07ed1b779d1019a31c25ca4a15cb93;p=qemu-xen-4.0-testing.git Disable gcc version check. This is not relevant for qemu-dm as we do not use the qemu cpu emulations. --- diff --git a/xen-setup b/xen-setup index 755b9ec7..b0eda894 100755 --- a/xen-setup +++ b/xen-setup @@ -9,7 +9,7 @@ rm -f config-host.mak if test -f config-host.h; then mv config-host.h config-host.h~; fi -./configure --disable-curses --disable-slirp "$@" --prefix=/usr +./configure --disable-gcc-check --disable-curses --disable-slirp "$@" --prefix=/usr target=i386-dm