Change TARGETSDKARCH to include new flags in thud 35/21035/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 14 Apr 2019 12:25:13 +0000 (14:25 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Sun, 14 Apr 2019 12:25:13 +0000 (14:25 +0200)
armv7vehf-neon-vfpv4 vs. armv7vet2hf-neon-vfpv4

Change-Id: I89be8589bd79ed3ed618da240f0f8e26a7ca3477
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-apps-header.sh

index 9afcbde..e04ec86 100644 (file)
@@ -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)