components/gnump/patches/013-config.guess.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 20 Jul 2016 10:13:37 -0700
changeset 6439 b66f3093f546
parent 935 93a4807e5518
permissions -rw-r--r--
24289304 nosetests manpages delivered in /usr/share/man, not /usr/share/man/man1
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
   ;;