mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 09:17:08 +00:00
The previosu restriction to amd64 was wrong.
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user