Date: Sat, 7 Jun 2003 00:41:49 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.sys.mk Message-ID: <20030607003955.F44942@cvs.imp.ch> In-Reply-To: <200306061655.h56Gt5Wn046995@repoman.freebsd.org> References: <200306061655.h56Gt5Wn046995@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030607003955.F44942>