From b74a2b59464c02737b331269d6372bda1feeb893 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Sun, 14 Apr 2019 14:25:13 +0200 Subject: Change TARGETSDKARCH to include new flags in thud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit armv7vehf-neon-vfpv4 vs. armv7vet2hf-neon-vfpv4 Change-Id: I89be8589bd79ed3ed618da240f0f8e26a7ca3477 Signed-off-by: Jan-Simon Möller --- jjb/common/include-apps-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/common/include-apps-header.sh b/jjb/common/include-apps-header.sh index 9afcbde6..e04ec86e 100644 --- a/jjb/common/include-apps-header.sh +++ b/jjb/common/include-apps-header.sh @@ -103,7 +103,7 @@ fi case "$TARGETARCH" in arm) - export TARGETSDKARCH="armv7vehf-neon-vfpv4" + export TARGETSDKARCH="armv7ve.*hf-neon-vfpv4" export TARGETSDKMACHINE="raspberrypi3" ;; x86-64) -- cgit 1.2.3-korg