From 0f3e2f6a96c03efb6ccbb40b6bb7d517055fb325 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Wed, 11 Sep 2013 21:22:49 -0700 Subject: [PATCH] Support all sun4 archs, not just sun4u. (sun4v is T1). --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index 9be48e4a7..9309e6382 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -191,7 +191,7 @@ if [ -z "$BASE" ]; then esac ;; SunOS) case `uname -m` in - sun4u) BASE=sparc ;; + sun4*) BASE=sparc ;; i86pc) BASE=sol-x86 ;; esac ;; Linux) BASE=linux ;; -- GitLab