mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-24 16:57:02 +00:00
Add armhf to stretch build list.
This commit is contained in:
2
Makefile
2
Makefile
@@ -26,7 +26,7 @@ $(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 armel
|
||||
BUILD_ARCHES_stretch := arm64 amd64 armel armhf
|
||||
|
||||
# Build available architectures by default.
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
Reference in New Issue
Block a user