components/gnump/patches/013-config.guess.patch
author Sunil Kumar H G - Oracle Corporation - Bangalore India <sunil.kumar.h.g@oracle.com>
Wed, 27 Mar 2013 14:15:49 -0500
branchs11-update
changeset 2534 d91de8ef80b1
parent 935 93a4807e5518
permissions -rw-r--r--
16164718 update zoneinfo timezones to 2012j(Libya)

--- 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
   ;;