Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 20:55:47 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        David Leimbach <leimy2k@mac.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Makefile in /usr/src/lib/libdisk WARNS change? PLEASE READ!
Message-ID:  <20030423035547.GA95285@troutmask.apl.washington.edu>
In-Reply-To: <EF960086-7539-11D7-BA46-0003937E39E0@mac.com>
References:  <20030423030455.GB642@chihiro.leafy.idv.tw> <EF960086-7539-11D7-BA46-0003937E39E0@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 22, 2003 at 10:16:12PM -0500, David Leimbach wrote:
> 
> On Tuesday, April 22, 2003, at 10:04 PM, leafy wrote:
> 
> >On Tue, Apr 22, 2003 at 10:01:37PM -0500, David Leimbach wrote:
> >>b) tell me what's wrong with my process or help me debug my process
> >>   of building FBSD-CURRENT.
> >>
> >>Everything else seems to work fine! :)
> >>
> >>
> >>
> >>Dave
> 
> 
> 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.
> 

Have you tried

#CPUTYPE?=athlon-mp
CFLAGS = -O -pipe

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030423035547.GA95285>