# HG changeset patch # User Stefan Teleman # Date 1343753058 25200 # Node ID 93a4807e55187bacddbb3c03e31006f7e1435864 # Parent f44530931819d10e458a5d247f4cbe051ace8d98 7187557 gnump doesn't like nocrufthere diff -r f44530931819 -r 93a4807e5518 components/gnump/patches/013-config.guess.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/gnump/patches/013-config.guess.patch Tue Jul 31 09:44:18 2012 -0700 @@ -0,0 +1,11 @@ +--- 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 + ;;