forked from pool/gnu-efi
4eb39f415f
- Fix ARM32 builds OBS-URL: https://build.opensuse.org/request/show/571638 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu-efi?expand=0&rev=27
14 lines
282 B
Diff
14 lines
282 B
Diff
--- Make.defaults.orig 2018-02-01 10:32:41.616449383 +0100
|
|
+++ Make.defaults 2018-02-01 10:35:05.964876126 +0100
|
|
@@ -75,6 +75,10 @@ ifeq ($(ARCH),amd64)
|
|
override ARCH := x86_64
|
|
endif
|
|
|
|
+ifeq ($(ARCH),armv7hl)
|
|
+ override ARCH := arm
|
|
+endif
|
|
+
|
|
#
|
|
# Where to build the package
|
|
#
|