components/gnump/patches/013-config.guess.patch
author Michael Nestler <Michael.Nestler@Oracle.COM>
Wed, 15 Oct 2014 09:26:27 -0700
branchs11u2-sru
changeset 3398 344bcc9ffb11
parent 935 93a4807e5518
permissions -rw-r--r--
19789649 rsyslog complete documentation is missing
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
   ;;