components/gnump/patches/013-config.guess.patch
author Raymond Chen <Raymond.Chen@Oracle.COM>
Wed, 14 Aug 2013 23:47:59 -0600
changeset 1436 7d0fcc0c9183
parent 935 93a4807e5518
permissions -rw-r--r--
17292055 Add TPNO # to TCLTLS package metadata

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