Limit arch build to amd64 for now.

This commit is contained in:
Jeffrey Townsend
2019-01-09 06:49:37 -08:00
parent ee369713dc
commit 67e42265b9

View File

@@ -13,7 +13,7 @@ endif
include $(ONL)/make/config.mk
# All available architectures.
ALL_ARCHES := amd64 powerpc armel arm64
ALL_ARCHES := amd64
# Build rule for each architecture.
define build_arch_template