From 50b905b0ce07ed1b779d1019a31c25ca4a15cb93 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 15 Jul 2008 17:32:55 +0100 Subject: [PATCH] Disable gcc version check. This is not relevant for qemu-dm as we do not use the qemu cpu emulations. --- xen-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5