From owner-svn-src-all@FreeBSD.ORG Wed Apr 21 01:48:11 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7C97106566C; Wed, 21 Apr 2010 01:48:11 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 36E208FC22; Wed, 21 Apr 2010 01:48:11 +0000 (UTC) Received: by vws8 with SMTP id 8so103768vws.13 for ; Tue, 20 Apr 2010 18:48:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=M6W+e5oYVKjEatmRgTNQM/fqvDPIoI9D5ThtSUg1D9Q=; b=kg7CUKr3i/kolMYKYVY4wq2EdaeFol6p1cbPQHdoEPsFAl+kkocjSfG/Zq+EZ9Wh+q d1C7mn8/MKfo8LidT9P7bsLmvTcIXD++TT8CWygStEow6bYWklOk6o+fFPxfGXe02fpm TVriNB5rtRtIhozSnW250CVP8OFIPVsV/OMPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GdMIUrWVfIgKQMtn2OuJsvIGrxamqv+XgmeW/b0Rtw5Z/17KZUpcITEXKHdS25MtD4 2kOAGOVs6Levce/gjfjnx4XXTxUwSaN01LbaRCKvda1lhfkwP10sYUBn2HHhY0q/t2A1 wVXZ229ftvR6zuEex+dGCvCz/mxfQuk0sdwyI= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Tue, 20 Apr 2010 18:48:10 -0700 (PDT) In-Reply-To: <201004210113.o3L1D9rw001271@svn.freebsd.org> References: <201004210113.o3L1D9rw001271@svn.freebsd.org> Date: Tue, 20 Apr 2010 18:48:10 -0700 Received: by 10.229.238.70 with SMTP id kr6mr3790259qcb.49.1271814490414; Tue, 20 Apr 2010 18:48:10 -0700 (PDT) Message-ID: From: Garrett Cooper To: Xin LI Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r206973 - head/share/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 01:48:11 -0000 On Tue, Apr 20, 2010 at 6:13 PM, Xin LI wrote: > Author: delphij > Date: Wed Apr 21 01:13:08 2010 > New Revision: 206973 > URL: http://svn.freebsd.org/changeset/base/206973 > > Log: > =A0When CPUTYPE is defined to any value, on amd64 platform "mmx" is > =A0available through MACHINE_CPU, indicating the CPU supports that > =A0feature, as done by revision 138685. > > =A0This changeset adds "mmx" into the default amd64 MACHINE_CPU list > =A0when no CPUTYPE is specified to provide consistent behavior. The crowd goes wild XD... Thanks Martin and Xin Li! -Garrett