The previosu restriction to amd64 was wrong.

This commit is contained in:
Jeffrey Townsend
2019-01-09 07:35:19 -08:00
parent 67e42265b9
commit 9e477679e2

View File

@@ -13,7 +13,7 @@ endif
include $(ONL)/make/config.mk
# All available architectures.
ALL_ARCHES := amd64
ALL_ARCHES := amd64 powerpc arm64 armel
# Build rule for each architecture.
define build_arch_template
@@ -25,8 +25,8 @@ $(foreach a,$(ALL_ARCHES),$(eval $(call build_arch_template,$(a))))
# Available build architectures based on the current suite
BUILD_ARCHES_wheezy := amd64 powerpc
BUILD_ARCHES_jessie := amd64 powerpc armel
BUILD_ARCHES_stretch := arm64 amd64
BUILD_ARCHES_jessie := amd64
BUILD_ARCHES_stretch := amd64
# Build available architectures by default.
.DEFAULT_GOAL := all