Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 1996 09:05:09 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-bugs@freefall.freebsd.org
Subject:   Re: gnu/1101: f2c's -krd option in f77 (patch enclosed)
Message-ID:  <199603280805.JAA23496@uriah.heep.sax.de>
In-Reply-To: <199603271520.CAA08504@godzilla.zeta.org.au> from "Bruce Evans" at Mar 28, 96 02:20:59 am

next in thread | previous in thread | raw e-mail | index | archive | help
As Bruce Evans wrote:

> > 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.

That's with the cc(1) before my commit:

j@uriah 353% touch foo.c
j@uriah 354% cc -c -kr foo.c
j@uriah 355% cc -c -krd foo.c
cc: unrecognized option `-krd'
j@uriah 356% rm foo*

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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