Re: [Qemu-devel] [PATCH sgabios] Makefile: Add HOSTCC

2018-07-15 Thread Paolo Bonzini
On 03/07/2018 16:40, Cole Robinson wrote: > I probably should have added more context here... > > We carry this patch to sgabios in Fedora to enable cross compilation. It > would be nice to get it into the qemu sgabios git repo so we don't have > to track it downstream anymore > > Thanks, > Cole

Re: [Qemu-devel] [PATCH sgabios] Makefile: Add HOSTCC

2018-07-03 Thread Cole Robinson
I probably should have added more context here... We carry this patch to sgabios in Fedora to enable cross compilation. It would be nice to get it into the qemu sgabios git repo so we don't have to track it downstream anymore Thanks, Cole On 03/25/2018 03:03 PM, Cole Robinson wrote: > From: Paol

[Qemu-devel] [PATCH sgabios] Makefile: Add HOSTCC

2018-03-25 Thread Cole Robinson
From: Paolo Bonzini Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 970b0ff..c8cb92b 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ ASFLAGS += -DBUILD_USER="$(BUILD_USER)" LDSCRIPT := rom16.ld LDFLAGS := -T $(LDSCRIPT) -nostdlib