qemu/seabios-fix_cross_compilation.patch
Bruce Rogers c4d339c498 Accepting request 678204 from home:Guillaume_G:branches:Virtualization
- Package and cross-build rom files for aarch64 from 
  SLE15/Leap15.0 to fix boo#1125964
- Add patch to fix seabios cross-compilation:
  * seabios-fix_cross_compilation.patch
- Add patch to fix sgabios cross-compilation:
  * sgabios-fix-cross-build.patch
- Fix _constraints to include all architectures for disk size
  (fix aarch64)

OBS-URL: https://build.opensuse.org/request/show/678204
OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=456
2019-02-22 14:07:03 +00:00

12 lines
375 B
Diff

--- a/Makefile 2019-02-20 17:45:15.458665862 +0100
+++ b/Makefile 2019-02-20 17:45:01.578593929 +0100
@@ -13,7 +13,7 @@ export CONFIG_SHELL := sh
export KCONFIG_AUTOHEADER := autoconf.h
export KCONFIG_CONFIG := $(CURDIR)/.config
export LC_ALL := C
-CROSS_PREFIX=
+CROSS_PREFIX=$(CROSS_COMPILE)
ifneq ($(CROSS_PREFIX),)
CC=$(CROSS_PREFIX)gcc
endif