* [PATCH] modify makefile to add HOST_CC and to clean acpi-dsdt.hex
@ 2007-10-08 7:33 Laurent Vivier
[not found] ` <11918287893290-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Vivier @ 2007-10-08 7:33 UTC (permalink / raw)
To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Laurent Vivier
for kvm-userspace:
Allow to compile biossums on x86_64 and remove acpi-dsdt.hex on clean.
Signed-off-by: Laurent Vivier <Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
---
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/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] modify makefile to add HOST_CC and to clean acpi-dsdt.hex
[not found] ` <11918287893290-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
@ 2007-10-08 8:13 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-10-08 8:13 UTC (permalink / raw)
To: Laurent Vivier; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Laurent Vivier wrote:
> for kvm-userspace:
>
> Allow to compile biossums on x86_64 and remove acpi-dsdt.hex on clean.
>
>
Applied, thanks.
--
Any sufficiently difficult bug is indistinguishable from a feature.
-------------------------------------------------------------------------
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-08 8:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08 7:33 [PATCH] modify makefile to add HOST_CC and to clean acpi-dsdt.hex Laurent Vivier
[not found] ` <11918287893290-git-send-email-Laurent.Vivier-6ktuUTfB/bM@public.gmane.org>
2007-10-08 8:13 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox