From owner-freebsd-stable@FreeBSD.ORG Fri Mar 28 12:17:00 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8022C1065672 for ; Fri, 28 Mar 2008 12:17:00 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD068FC21 for ; Fri, 28 Mar 2008 12:16:59 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JfDVs-0001Dt-Em for freebsd-stable@freebsd.org; Fri, 28 Mar 2008 12:16:52 +0000 Received: from adsl-69-234-198-65.dsl.irvnca.pacbell.net ([69.234.198.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Mar 2008 12:16:52 +0000 Received: from w41ter by adsl-69-234-198-65.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Mar 2008 12:16:52 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: walt Date: Fri, 28 Mar 2008 05:18:31 -0700 Lines: 8 Message-ID: References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> <845c0f80803261848h7dd72076n40ff9cc1ffd5cb4c@mail.gmail.com> <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> <845c0f80803271452v1e08b9e0u35d16ca9d3b270c4@mail.gmail.com> <845c0f80803271919i18172cbdk4855c47067fcb312@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-198-65.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008032803) In-Reply-To: <845c0f80803271919i18172cbdk4855c47067fcb312@mail.gmail.com> Sender: news Subject: Re: compile error while building kernel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 12:17:00 -0000 Rance Hall wrote: >> cc -c -O -pipe -march=athlon-xp -std=c99 -g -Wall -Wredundant-decls > cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls ^^ Did you type an 'o' instead of an 'O' for your optimization flag in make.conf?