Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 7739E63B8BA for ; Fri, 9 Jan 2009 12:54:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 288D863B114; Fri, 9 Jan 2009 12:54:16 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 5AAF963B101 for ; Fri, 9 Jan 2009 12:54:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 46483175D0; Fri, 9 Jan 2009 12:54:15 +0000 (UTC) From: David Brownlee Subject: CVS commit: pkgsrc/devel/cpuflags To: pkgsrc-changes@NetBSD.org Reply-To: abs@netbsd.org Message-Id: <20090109125415.46483175D0@cvs.netbsd.org> Date: Fri, 9 Jan 2009 12:54:15 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: abs Date: Fri Jan 9 12:54:15 UTC 2009 Modified Files: pkgsrc/devel/cpuflags: Makefile pkgsrc/devel/cpuflags/files: subr_NetBSD subr_x86 Log Message: Updated devel/cpuflags to 1.32 Intel appear to have re-used cpu branding strings between Northwood and Prescott pentium4s. Thats just... special. Handle this by explicitly testing for SSE3 support to distinguish between '-march=prescott' and '-march=pentium4' To generate a diff of this commit: cvs rdiff -r1.137 -r1.138 pkgsrc/devel/cpuflags/Makefile cvs rdiff -r1.9 -r1.10 pkgsrc/devel/cpuflags/files/subr_NetBSD cvs rdiff -r1.8 -r1.9 pkgsrc/devel/cpuflags/files/subr_x86 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.