projects
/
tools
/
qemu-arm-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c026246
)
roms/sgabios: Fix csum8 to be built by host compiler
author
Bruce Rogers
<brogers@suse.com>
Thu, 27 Jun 2019 15:38:43 +0000
(09:38 -0600)
committer
wanchao-xu
<wanchao.xu@samsung.com>
Tue, 9 Jan 2024 12:00:29 +0000
(20:00 +0800)
Signed-off-by: Bruce Rogers <brogers@suse.com
roms/sgabios/Makefile
patch
|
blob
|
history
diff --git
a/roms/sgabios/Makefile
b/roms/sgabios/Makefile
index d2934c9f678dadfae5201b8507e9a40b8f408943..d7e108faf69007056ddc08c4e63cf7bdb889407a 100644
(file)
--- 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 $@ $<
+ $(
HOST
CC) -Wall -O2 -o $@ $<
sgabios.o: buildinfo