From owner-freebsd-current@FreeBSD.ORG Wed Aug 25 06:17:21 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 F2C8916A4CE for ; Wed, 25 Aug 2004 06:17:20 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCF4743D4C for ; Wed, 25 Aug 2004 06:17:20 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i7P6HKY5051291; Tue, 24 Aug 2004 23:17:20 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i7P6HKgV051290; Tue, 24 Aug 2004 23:17:20 -0700 (PDT) (envelope-from sgk) Date: Tue, 24 Aug 2004 23:17:20 -0700 From: Steve Kargl To: Mike Bristow Message-ID: <20040825061720.GA51268@troutmask.apl.washington.edu> References: <20040824215242.GB8363@urgle.com> <20040825014144.GA49637@gothmog.gr> <20040825055454.GA36380@urgle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040825055454.GA36380@urgle.com> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Giorgos Keramidas Subject: Re: IPv4 checksum oddness (gcc compiler bug?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 06:17:21 -0000 On Wed, Aug 25, 2004 at 06:54:54AM +0100, Mike Bristow wrote: > On Wed, Aug 25, 2004 at 04:41:44AM +0300, Giorgos Keramidas wrote: > > Did you by any chance compile the userland and/or kernel with CFLAGS > > CFLAGS= -pipe > > > or > > COPTFLAGS set > > COPTFLAGS= -pipe > You probably want to add -O to both; otherwise, you are compiling without optimization. -- Steve