components/gnump/patches/013-config.guess.patch
author Melynda Hunter <melynda.hunter@Oracle.COM>
Wed, 23 Jan 2013 10:23:34 -0800
branchs11u1-sru
changeset 2473 d4b4320e689f
parent 935 93a4807e5518
permissions -rw-r--r--
Added tag 0.175.1.4.0.3.0 for changeset a1822222111d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
935
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
--- config.guess	Fri Jul 27 15:47:30 2012
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
+++ config.guess	Fri Jul 27 15:47:40 2012
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
@@ -661,7 +661,7 @@
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
   if test -z "$exact_cpu"; then
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
     case `uname -m` in
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
       sun4[md]) exact_cpu=sparcv8 ;;
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
-      sun4u)    exact_cpu=sparcv9 ;;
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
+      sun4[uv])    exact_cpu=sparcv9 ;;
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
     esac
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
   fi
93a4807e5518 7187557 gnump doesn't like nocrufthere
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
   ;;