From aa246a6b29330c4a3d37e02d53b25d7b371da124 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 27 Jun 2012 13:33:02 +0000 Subject: (platform_name): accept armv[0-9]l, not just armv7l. Report from Mojca, 22 Jun 2012 12:34:32. git-svn-id: svn://tug.org/texlive/trunk@26901 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 70425ff26ed..a5ac3af1122 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -268,7 +268,7 @@ sub platform_name { my $OS; # O/S type as reported by config.guess. ($CPU = $guessed_platform) =~ s/(.*?)-.*/$1/; $CPU =~ s/^alpha(.*)/alpha/; # alphaev whatever - $CPU =~ s/armv7l/armel/; # arm whatever + $CPU =~ s/armv\dl/armel/; # arm whatever $CPU =~ s/powerpc64/powerpc/; # don't distinguish ppc64 $CPU =~ s/sparc64/sparc/; # don't distinguish sparc64 $CPU =~ s/mips64el/mipsel/; # don't distinguish mips64 and 32 el -- cgit v1.2.3