g77 -v doesn't work anymore.
Zack Weinberg
zack@wolery.cumb.org
Tue Jul 25 14:56:00 GMT 2000
On Sun, Jul 23, 2000 at 06:01:28PM +0200, Toon Moene wrote:
...
> /usr/snp/lib/gcc-lib/i686-pc-linux/2.96/tradcpp -lang-fortran -v
> -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__GNUC_PATCHLEVEL__=0 -D__ELF__
> -Dunix -Dlinux -D__ELF__ -D__unix__ -D__linux__ -D__unix -D__linux
> -Asystem(posix) -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__
> -D__tune_pentiumpro__ /dev/null /dev/null /dev/null
> GNU traditional CPP version 2.96 20000722 (experimental)
> /usr/snp/lib/gcc-lib/i686-pc-linux/2.96/tradcpp: Usage:
> /usr/snp/lib/gcc-lib/i686-pc-linux/2.96/tradcpp [switches] input output
>
> Somehow, tradcpp manages to get three /dev/null's out of the specs file
> - even though only two are there (f/lang-specs.h).
The third /dev/null comes from the %i in %(cpp_options).
I don't like this feature of g77, I think it's unnecessary
complexity. But if you must have it, just pull out one of the
/dev/nulls.
zw
More information about the Gcc
mailing list