From owner-freebsd-current@FreeBSD.ORG Fri Jun 6 20:32:25 2003 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 46CFF37B401 for ; Fri, 6 Jun 2003 20:32:25 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B36C543FAF for ; Fri, 6 Jun 2003 20:32:22 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h573WMPR092701; Fri, 6 Jun 2003 20:32:22 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h573WMCJ092700; Fri, 6 Jun 2003 20:32:22 -0700 (PDT) Date: Fri, 6 Jun 2003 20:32:22 -0700 From: Steve Kargl To: walt Message-ID: <20030607033222.GA92683@troutmask.apl.washington.edu> References: <3EE16800.2030603@myrealbox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EE16800.2030603@myrealbox.com> User-Agent: Mutt/1.4i cc: freebsd-current@freebsd.org Subject: Re: Buildworld broken at lib/msun 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: Sat, 07 Jun 2003 03:32:25 -0000 On Fri, Jun 06, 2003 at 09:20:16PM -0700, walt wrote: > cc -O -pipe -mcpu=pentiumpro -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -std=gnu99 > -c i387_e_acos.S -o i387_e_acos.o > {standard input}: Assembler messages: > {standard input}:19: Error: junk `(__ieee754_acos)' after expression > {standard input}:19: Error: junk `(__ieee754_acos)' after expression > *** Error code 1 > > Now, i387_e_acos.S hasn't changed, so something else is wrong. > > When I 'cd /usr/src/lib/msun' and do a make from there it compiles > and assembles just fine. This maybe smells like one of the usual > suspects like awk, sed, sh, and their surly gang ;-) > > sed was just repaired yesterday, for example. Maybe it still needs > another tweak? > It is the inclusion of -std=gnu99. -- Steve