From owner-freebsd-current@FreeBSD.ORG Fri Nov 5 19:22:01 2004 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 2B51B16A4CE for ; Fri, 5 Nov 2004 19:22:01 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D52AD43D3F for ; Fri, 5 Nov 2004 19:22:00 +0000 (GMT) (envelope-from jeffgaofreebsd@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so102016rnf for ; Fri, 05 Nov 2004 11:22:00 -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=C4ICpg6hCNq/4PxEBYvmexsmv9CSI+c7/KZtQrE9mMsc3DOSzavhrW8AK64OpH84/GcvfgVmjyWb4l+QOrMAw5XCQ7pi7/kEUhVUtI0dKOv5M9NIlXEEq9dFaRmK98A/vq+XiTgWFmrxmrNqDHp/z8ZibOCZ8NI5bwvAU/VSyNo= Received: by 10.38.99.33 with SMTP id w33mr51803rnb; Fri, 05 Nov 2004 11:22:00 -0800 (PST) Received: by 10.38.74.3 with HTTP; Fri, 5 Nov 2004 11:22:00 -0800 (PST) Message-ID: <639522fe041105112218c5c9f8@mail.gmail.com> Date: Fri, 5 Nov 2004 12:22:00 -0700 From: Jie Gao To: Michael Johnson In-Reply-To: <79D46B84-2F34-11D9-8D06-000A958C81C6@ahze.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041102222000.GA65845@xor.obsecurity.org> <639522fe041103144732ea6683@mail.gmail.com> <1099522198.59328.4.camel@blueheron.ahze.net> <200411050919.09547.freebsd.nospam@mekanix.dk> <79D46B84-2F34-11D9-8D06-000A958C81C6@ahze.net> X-Mailman-Approved-At: Sat, 06 Nov 2004 13:15:14 +0000 cc: Bjarne Wichmann Petersen cc: ports@freebsd.org cc: current@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: HEADS UP: Ports are not ready for CFLAGS=-O2 in 6.0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jie Gao List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 19:22:01 -0000 gstreamer-plugins really has problems with particular compiler flags. On my system I cannot use -O -pipe -march=pentium4 otherwise gst-register will fail. On Fri, 5 Nov 2004 09:10:41 -0500, Michael Johnson wrote: > > > > On Nov 5, 2004, at 3:19 AM, Bjarne Wichmann Petersen wrote: > > > On Wednesday 03 November 2004 23:49, Michael Johnson wrote: > >> On Wed, 2004-11-03 at 15:47 -0700, Jie Gao wrote: > >>> I just wonder if it is safe to use -O2 -pipe for kernel + world on > >>> 5-STABLE now. > >> works okay for me > > > > And ports on 5-STABLE? > yes, I just started doing this a while back by accident when I trying > to fix gstreamer-plugins > and I built world and kernel with -O2 and nothing broke for me so I > left it. > > >