From owner-svn-src-head@FreeBSD.ORG Thu Jun 13 18:31:10 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 07720136; Thu, 13 Jun 2013 18:31:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EDAD11CD3; Thu, 13 Jun 2013 18:31:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DIV9q5063153; Thu, 13 Jun 2013 18:31:09 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5DIV92M063152; Thu, 13 Jun 2013 18:31:09 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201306131831.r5DIV92M063152@svn.freebsd.org> From: Jung-uk Kim Date: Thu, 13 Jun 2013 18:31:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r251691 - head/share/examples/etc X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 18:31:10 -0000 Author: jkim Date: Thu Jun 13 18:31:09 2013 New Revision: 251691 URL: http://svnweb.freebsd.org/changeset/base/251691 Log: - Document GCC support for AMD Family 10h processors (amdfam10). - Document Clang support for AMD Jaguar processors (btver2). Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf ============================================================================== --- head/share/examples/etc/make.conf Thu Jun 13 18:26:12 2013 (r251690) +++ head/share/examples/etc/make.conf Thu Jun 13 18:31:09 2013 (r251691) @@ -30,10 +30,10 @@ # NO_CPU_CFLAGS variable below. # Currently the following CPU types are recognized: # Intel x86 architecture: -# (AMD CPUs) opteron-sse3, athlon64-sse3, k8-sse3, opteron, -# athlon64, athlon-fx, k8, athlon-mp, athlon-xp, -# athlon-4, athlon-tbird, athlon, k7, geode, k6-3, -# k6-2, k6 +# (AMD CPUs) amdfam10 opteron-sse3, athlon64-sse3, k8-sse3, +# opteron, athlon64, athlon-fx, k8, athlon-mp, +# athlen-xp, athlon-4, athlon-tbird, athlon, k7, +# geode, k6-3, k6-2, k6 # (Intel CPUs) core2, core, nocona, pentium4m, pentium4, prescott, # pentium3m, pentium3, pentium-m, pentium2, # pentiumpro, pentium-mmx, pentium, i486 @@ -45,7 +45,7 @@ # if omitted), ultrasparc3 # Additionally the following CPU types are recognized by clang: # Intel x86 architecture (for both amd64 and i386): -# (AMD CPUs) bdver2, bdver1, btver1, amdfam10 +# (AMD CPUs) bdver2, bdver1, btver2, btver1 # (Intel CPUs) core-avx2, core-avx-i, corei7-avx, corei7, atom # # (?= allows to buildworld for a different CPUTYPE.)