Author: pfg
Date: Tue Jun 12 16:07:03 2012
New Revision: 236964
URL: http://svn.freebsd.org/changeset/base/236964

Log:
  Space mismatch - typo in  r236962.
  
  Found by:     Dima Panov
  Approved by:  jhb (mentor)
  MFC after:    2 weeks

Modified:
  head/contrib/gcc/config.gcc

Modified: head/contrib/gcc/config.gcc
==============================================================================
--- head/contrib/gcc/config.gcc Tue Jun 12 15:32:14 2012        (r236963)
+++ head/contrib/gcc/config.gcc Tue Jun 12 16:07:03 2012        (r236964)
@@ -1216,7 +1216,7 @@ i[34567]86-*-solaris2*)
                        ;;
                *)
                        echo "Unsupported CPU used in --with-cpu=$with_cpu, 
supported values:" 1>&2
-                       echo "generic core2 nocona x86-64amd fam10 barcelona k8 
opteron athlon64 athlon-fx" 1>&2
+                       echo "generic core2 nocona x86-64 amdfam10 barcelona k8 
opteron athlon64 athlon-fx" 1>&2
                        exit 1
                        ;;
                esac
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to