From 5d5dd569d01300db833e434ff49beb8b22627310 Mon Sep 17 00:00:00 2001 From: Lubos Kardos Date: Thu, 19 May 2016 13:01:58 +0200 Subject: [PATCH] Use armv7hl isa for all armhfp (armv7h*l) arches (#1326871) Patch from Dennis Gilmore --- installplatform | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/installplatform b/installplatform index 3bcf70c..ebade42 100755 --- a/installplatform +++ b/installplatform @@ -96,6 +96,12 @@ for ARCH in noarch `grep ^arch_canon $RPMRC | cut -d: -f2`; do CANONARCH=${ARCH} CANONCOLOR=0 ;; + armv7h*) + ISANAME=armv7hl + ISABITS=32 + CANONARCH=arm + CANONCOLOR=0 + ;; arm*) ISANAME=`echo ${ARCH} | sed "s/^\([^-]*\)-.*/\1/"` ISABITS=32 -- 1.9.3