* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"

default output.
This commit is contained in:
Kevin Ryde 2002-08-30 01:15:49 +00:00
parent 694cc37e81
commit e9c40082b6
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2002-08-30 Kevin Ryde <user42@zip.com.au>
* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
default output.
2002-08-29 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* bin/autom4te.in (Request::load): Correctly test for "do" read

View File

@ -9738,6 +9738,15 @@ HP-UX @command{cc} doesn't accept @file{.S} files to preprocess and
assemble. @samp{cc -c foo.S} will appear to succeed, but in fact does
nothing.
The default executable, produced by @samp{cc foo.c}, can be
@itemize
@item @file{a.out} --- usual Unix convention.
@item @file{a.exe} --- DJGPP port of @command{gcc}.
@item @file{a_out.exe} --- GNV @command{cc} wrapper for DEC C on OpenVMS.
@item @file{foo.exe} --- various MS-DOS compilers.
@end itemize
@item @command{cmp}
@c ----------------