summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJerone Young <jyoung5@us.ibm.com>2008-04-30 15:53:47 -0500
committerAvi Kivity <avi@qumranet.com>2008-05-02 12:42:34 +0300
commita38599aa59ce047a09ee1cf1d6e6e55b407cf980 (patch)
tree5ab049f8b1777c10205b684c2af8cd4c4aa2f809 /configure
parent02dc85ed857f2f098c796b514cba9a864688eec3 (diff)
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 <jyoung5@us.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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