mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-30 11:01:45 +08:00
* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
default output.
This commit is contained in:
parent
694cc37e81
commit
e9c40082b6
@ -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
|
||||
|
@ -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 ----------------
|
||||
|
Loading…
Reference in New Issue
Block a user