From owner-freebsd-stable@FreeBSD.ORG Thu Jan 20 18:54:06 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FD916A4CE for ; Thu, 20 Jan 2005 18:54:06 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4796E43D3F for ; Thu, 20 Jan 2005 18:54:06 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by rproxy.gmail.com with SMTP id g11so15757rne for ; Thu, 20 Jan 2005 10:54:05 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ugCJbj/aZuZLsNgAQHTW3NfOQV3E2RJCHsRrwLNSOAaNCca/ycUvj0QNrla/oQ2CgTyJWi420V28HCFoQcXuVXxYicmscKXOCgQdlVERlYiR8lH4Jb3C2Hs+J4kQTXA9fiOaHfDdTceXoz98DivrqMvnkUumzEr3SspjcOgUgDU= Received: by 10.38.86.16 with SMTP id j16mr99160rnb; Thu, 20 Jan 2005 10:54:05 -0800 (PST) Received: by 10.39.1.45 with HTTP; Thu, 20 Jan 2005 10:54:05 -0800 (PST) Message-ID: <3aaaa3a050120105459f7d015@mail.gmail.com> Date: Thu, 20 Jan 2005 18:54:05 +0000 From: Chris To: John Polstra In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <3aaaa3a0501181530975fecf@mail.gmail.com> cc: freebsd-stable@freebsd.org Subject: Re: CFLAGS=-O2 -pipe problems in RELENG_5 ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 18:54:06 -0000 Yep its fixed now I know, I was saying its the only time I have ever had a problem, the problem no longer exists now tho. Chris On Thu, 20 Jan 2005 08:56:33 -0800 (PST), John Polstra wrote: > On 18-Jan-2005 Chris wrote: > > I have been compiling ports using -O2 since I started using FreeBSD > > back in 2003 and only port that has had issues with this is lang/ezm3 > > in FreeBSD 5.2.1 it needed -O. > > I fixed that at the beginning of November. > > John >