From owner-freebsd-bugs Thu Mar 28 06:21:02 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA00341 for bugs-outgoing; Thu, 28 Mar 1996 06:21:02 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA00331 for ; Thu, 28 Mar 1996 06:20:59 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id BAA01657; Fri, 29 Mar 1996 01:17:11 +1100 Date: Fri, 29 Mar 1996 01:17:11 +1100 From: Bruce Evans Message-Id: <199603281417.BAA01657@godzilla.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) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> > 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 >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' It apparently accepts the options for all the specs and then just doesn't use them if tehy don't apply to the command processors executed. Bruce