From 18b32663d5d85270866c2df204a673d068678d9e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 25 Nov 2009 16:42:03 +1000 Subject: [PATCH] add cc definition parameters to configure --- xen-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen-setup b/xen-setup index 8ca00199..4b63ae05 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-gfx-check --disable-curses --disable-slirp "$@" --prefix=/usr +./configure --disable-gfx-check --disable-curses --disable-slirp "$@" --prefix=/usr --cc=$CC target=i386-dm -- 2.39.5