From 23f505bee0f87c80bb84cabd29bff2149b01e46d Mon Sep 17 00:00:00 2001
From: Maya Rashish <coypu@sdf.org>
Date: Sun, 14 Aug 2016 18:23:40 +0000
Subject: [PATCH] configure: All sun4 machines are SPARCs, not just sun4u

Allow building on sun4v

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index bff8159a5c8..9b9242607dd 100755
--- a/configure
+++ b/configure
@@ -4212,7 +4212,7 @@ case "$arch" in
     sh4|sh)
         arch="sh4"
     ;;
-    sun4u|sparc*)
+    sun4*|sparc*)
         arch="sparc"
     ;;
     tilegx|tile-gx)
-- 
GitLab