]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* doc/autoconf.texi (Limitations of Usual Tools): Notes on "cc"
authorKevin Ryde <user42@zip.com.au>
Fri, 30 Aug 2002 01:15:49 +0000 (01:15 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 30 Aug 2002 01:15:49 +0000 (01:15 +0000)
default output.

ChangeLog
doc/autoconf.texi

index 5f77ebd1061174d5aa80f04bc35fe28b694f4b5b..2838be45ba3095eb614a581d4239a417e8196589 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 848e56271f6208ce593f82af0c3dd197b6684996..2477a1f15e93113fcbc77fcd07a68882ea8af84a 100644 (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 ----------------