From a38599aa59ce047a09ee1cf1d6e6e55b407cf980 Mon Sep 17 00:00:00 2001 From: Jerone Young Date: Wed, 30 Apr 2008 15:53:47 -0500 Subject: kvm: configure: set cc=gcc for cross-compilation The cross tools are named blah-gcc, not blah-cc, so they are currently broken with the default configuration. Signed-off-by: Jerone Young Signed-off-by: Avi Kivity --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 39c8c8c1..218b4148 100755 --- a/configure +++ b/configure @@ -2,7 +2,7 @@ prefix=/usr/local kerneldir=/lib/modules/$(uname -r)/build -cc=cc +cc=gcc ld=ld objcopy=objcopy want_module=1 -- cgit v1.2.3