7187557 gnump doesn't like nocrufthere
authorStefan Teleman <stefan.teleman@oracle.com>
Tue, 31 Jul 2012 09:44:18 -0700
changeset 935 93a4807e5518
parent 934 f44530931819
child 936 86c5d8a812fb
7187557 gnump doesn't like nocrufthere
components/gnump/patches/013-config.guess.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/gnump/patches/013-config.guess.patch	Tue Jul 31 09:44:18 2012 -0700
@@ -0,0 +1,11 @@
+--- config.guess	Fri Jul 27 15:47:30 2012
++++ config.guess	Fri Jul 27 15:47:40 2012
+@@ -661,7 +661,7 @@
+   if test -z "$exact_cpu"; then
+     case `uname -m` in
+       sun4[md]) exact_cpu=sparcv8 ;;
+-      sun4u)    exact_cpu=sparcv9 ;;
++      sun4[uv])    exact_cpu=sparcv9 ;;
+     esac
+   fi
+   ;;