Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
qemu-linux-user.26284
3001-sgabios-fix-cross-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 3001-sgabios-fix-cross-build.patch of Package qemu-linux-user.26284
From: Bruce Rogers <brogers@suse.com> Date: Fri, 25 Jan 2019 09:37:44 -0700 Subject: sgabios: fix cross build Switch to host compiler as needed. Signed-off-by: Bruce Rogers <brogers@suse.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/sgabios/Makefile b/roms/sgabios/Makefile index d2934c9f678dadfae5201b8507e9..d7e108faf69007056ddc08c4e63c 100644 --- a/roms/sgabios/Makefile +++ b/roms/sgabios/Makefile @@ -55,7 +55,7 @@ sgabios.elf: .depend $(OBJS) $(LDSCRIPT) csum8 $(LD) $(LDFLAGS) $(OBJS) -o $@ csum8: csum8.c - $(CC) -Wall -O2 -o $@ $< + $(HOSTCC) -Wall -O2 -o $@ $< sgabios.o: buildinfo
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor