Date: Thu, 28 Mar 1996 02:20:59 +1100 From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: gnu/1101: f2c's -krd option in f77 (patch enclosed) Message-ID: <199603271520.CAA08504@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> > *** gcc.c.orig Tue Mar 26 15:59:42 1996 > > --- gcc.c Tue Mar 26 16:00:24 1996 > > *************** > > *** 720,726 **** > > {"@f2c", > > "f2c %{checksubscripts:-C} %{I2} %{onetrip} %{honorcase:-U} %{u} %{w}\ > > %{ANSIC:-A} %{a} %{C++}\ > > ! %{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr}\ > ... > > ! %{c} %{E} %{ec} %{ext} %{f} %{72} %{g} %{h} %{i2} %{kr} %{krd}\ > > The only problem i've got with this kind of specs is that cc(1) now > does also recognize -kr and -krd as valid options, even for C sources > where it shouldn't. However, since this was also present before your > patch, i'll commit it this way. The f2c part of the spec only applies to f2c. I thought that the f2c part of the spec was made redundant by f77. I hoped to delete it for the next import of gcc. However, f77 depends on gcc doing most of the spec handling. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603271520.CAA08504>