From owner-freebsd-current@FreeBSD.ORG Tue Apr 22 20:34:50 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1713837B401 for ; Tue, 22 Apr 2003 20:34:50 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 827A543FAF for ; Tue, 22 Apr 2003 20:34:49 -0700 (PDT) (envelope-from leimy2k@mac.com) Received: from asmtp01.mac.com (asmtp01-qfe3 [10.13.10.65]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h3N3Yn0x021400 for ; Tue, 22 Apr 2003 20:34:49 -0700 (PDT) Received: from mac.com ([67.33.225.211]) by asmtp01.mac.com (Netscape Messaging Server 4.15) with ESMTP id HDS1Y000.PJO; Tue, 22 Apr 2003 20:34:48 -0700 Date: Tue, 22 Apr 2003 22:34:47 -0500 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: David Leimbach From: David Leimbach In-Reply-To: Message-Id: <882B177C-753C-11D7-953D-0003937E39E0@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: freebsd-current@freebsd.org Subject: Re: Makefile in /usr/src/lib/libdisk WARNS change? PLEASE READ! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 03:34:50 -0000 > > > This just struck me as a possibility also about 20 seconds ago :) > > Here it is: [comments stripped] > CPUTYPE?=athlon-mp > CFLAGS= -pipe -msse -m3dnow > MAKE_IDEA=YES > > I am now changing CFLAGS to simply "-pipe" to see what happens. > And that had no affect it seems on the problem whatsoever. > Dave