Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jun 2003 20:32:22 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        walt <wa1ter@myrealbox.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Buildworld broken at lib/msun
Message-ID:  <20030607033222.GA92683@troutmask.apl.washington.edu>
In-Reply-To: <3EE16800.2030603@myrealbox.com>
References:  <3EE16800.2030603@myrealbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030607033222.GA92683>