summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMaya Rashish <coypu@sdf.org>2016-08-14 18:23:40 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-15 02:11:03 +0200
commit23f505bee0f87c80bb84cabd29bff2149b01e46d (patch)
tree4db1784aabd01414c3605349125128b6b323d54c /configure
parentd14993478cd9d6274f439f3200ea11c63ff8e0fa (diff)
configure: All sun4 machines are SPARCs, not just sun4u
Allow building on sun4v Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bff8159a5c..9b9242607d 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)