svn commit: r236964 - head/contrib/gcc

Pedro F. Giffuni pfg at FreeBSD.org
Tue Jun 12 16:07:04 UTC 2012


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


More information about the svn-src-head mailing list