for kvm-userspace:

Allow to compile biossums on x86_64 and remove acpi-dsdt.hex on clean.

Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]>
---
 bios/Makefile      |    4 +++-
 bios/acpi-dsdt.hex |    8 ++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/bios/Makefile b/bios/Makefile
index e9eadc1..7249950 100644
--- a/bios/Makefile
+++ b/bios/Makefile
@@ -41,6 +41,7 @@ RANLIB = ranlib
 
 BCC = bcc
 GCC = gcc -m32
+HOST_CC = gcc
 AS86 = as86
 
 BX_INCDIRS = -I.. -I$(srcdir)/.. -I../iodev -I$(srcdir)/../iodev
@@ -63,6 +64,7 @@ clean:
        rm -f  *.o *.a *.s _rombios*_.c rombios*.txt rombios*.sym
        rm -f  usage biossums rombios16.bin
        rm -f  rombios32.bin rombios32.out
+       rm -f acpi-dsdt.hex
 
 dist-clean: clean
        rm -f  Makefile
@@ -112,4 +114,4 @@ BIOS-bochs-latest: rombios16.bin rombios32.bin
        cat rombios32.bin rombios16.bin > $@
 
 biossums: biossums.c
-       $(GCC) -o biossums biossums.c
+       $(HOST_CC) -o biossums biossums.c

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to