diff options
author | Jerone Young <jyoung5@us.ibm.com> | 2008-04-30 15:53:47 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-05-02 12:42:34 +0300 |
commit | a38599aa59ce047a09ee1cf1d6e6e55b407cf980 (patch) | |
tree | 5ab049f8b1777c10205b684c2af8cd4c4aa2f809 /configure | |
parent | 02dc85ed857f2f098c796b514cba9a864688eec3 (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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ prefix=/usr/local kerneldir=/lib/modules/$(uname -r)/build -cc=cc +cc=gcc ld=ld objcopy=objcopy want_module=1 |