From owner-freebsd-stable@FreeBSD.ORG Fri Mar 28 12:30:30 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 F238B106567F for ; Fri, 28 Mar 2008 12:30:30 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id BB4218FC18 for ; Fri, 28 Mar 2008 12:30:30 +0000 (UTC) (envelope-from ranceh@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so215686wfa.7 for ; Fri, 28 Mar 2008 05:30:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ckTnlw+ysAq0CdxcGbXn4LybGTduY7awcK5VZMvgmzA=; b=I/MoEOh+vKowUKDXuf+4+Kk0Fr58sYk9vZUu3kRiwsx0Bn6IDEa5L8xqM59Du7eD3fOvx3/uG+S+x3ibedKhEKVaBZT8wO3//moP5pKU7jB6r8xlHIwVGywU/kLwh3ZQC50DA2eAf6z3/x0UK0AIoKtxRL7fcaCu4G9EydegzWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gGsa4FBNlOum6Gjm5jG2BR5spm2YLo65ER+gvX8F+qKVUSII6CY3a6hHIl/FKCerB+OtXz23+MCqv0pO/Ej07NzZpnRpxsqyLhp/o21wn9R03vZu0K+A6tWvKcFy4DYZl8LLfvpxJJZ4qciZkB/FnX0AFebK3tYylBiB6qoG/WQ= Received: by 10.142.163.14 with SMTP id l14mr2043986wfe.73.1206707430330; Fri, 28 Mar 2008 05:30:30 -0700 (PDT) Received: by 10.142.242.18 with HTTP; Fri, 28 Mar 2008 05:30:30 -0700 (PDT) Message-ID: <845c0f80803280530n3cbf602aub5e402c991f536bf@mail.gmail.com> Date: Fri, 28 Mar 2008 07:30:30 -0500 From: "Rance Hall" To: freebsd-stable@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <845c0f80803261123j6e18e611r7b481fabb2f11ecf@mail.gmail.com> <845c0f80803261848h7dd72076n40ff9cc1ffd5cb4c@mail.gmail.com> <845c0f80803270359m63b2ae7dw48fa7b967ef23f2e@mail.gmail.com> <845c0f80803271452v1e08b9e0u35d16ca9d3b270c4@mail.gmail.com> <845c0f80803271919i18172cbdk4855c47067fcb312@mail.gmail.com> 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:30:31 -0000 On 3/28/08, walt wrote: > 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? Right, my make.conf was wrong, because of the way it was wrong it only affects kernel builds, I have fixed the problem, and everything seems to be fine. Thanks all for your help.