d/rules: armhf has no default machine, set old default machine 22/15922/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 07:10:40 +0000 (08:10 +0100)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Wed, 14 Nov 2018 07:50:02 +0000 (08:50 +0100)
Change-Id: I066e3b548f23764910113310c578cdf7c6404d81
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/rules

index 1322197..59c620c 100755 (executable)
@@ -25,7 +25,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), arm64))
 RTE_MACHINE ?= "default"
 else
 ifneq (,$(filter $(DEB_HOST_ARCH), armhf))
-RTE_MACHINE ?= "default"
+RTE_MACHINE ?= "armv7a"
 else
 ifneq (,$(filter $(DEB_HOST_ARCH), ppc64el))
 RTE_MACHINE ?= "power8"