cvs commit: src/share/mk bsd.sys.mk
Martin Blapp
mb at imp.ch
Fri Jun 6 15:42:02 PDT 2003
Hi,
World is broken now. I just got this since this commit ...
Please fix or back yor commit out.
cc -O -pipe -mcpu=pentiumpro -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -std=gnu99 -c
/usr/src/lib/msun/src/w_yn.c -o w_yn.o
cc -O -pipe -mcpu=pentiumpro -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_ -std=gnu99 -c
/usr/src/lib/msun/src/w_ynf.c -o w_ynf.o
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
Stop in /usr/src/lib/msun.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
> obrien 2003/06/06 09:55:05 PDT
>
> FreeBSD src repository
>
> Modified files:
> share/mk bsd.sys.mk
> Log:
> Compile our code as C99 w/GNU extensions by default.
> We can't use straight "c99" due to the lack of alloca.S for non-i386 platforms.
>
> Revision Changes Path
> 1.28 +2 -1 src/share/mk/bsd.sys.mk
>
More information about the cvs-src
mailing list