From: Kevin Ryde Date: Thu, 8 Nov 2001 00:29:44 +0000 (+0000) Subject: * autoconf.texi (Limitations of Usual Tools): Note HP-UX cc X-Git-Tag: AUTOCONF-2.52g~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f893c0f902e976489f6e89507ca33f2a143f74;p=thirdparty%2Fautoconf.git * autoconf.texi (Limitations of Usual Tools): Note HP-UX cc doesn't accept .S files. --- diff --git a/ChangeLog b/ChangeLog index 16b9f7325..86aae091d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-08 Kevin Ryde + + * autoconf.texi (Limitations of Usual Tools): Note HP-UX cc + doesn't accept .S files. + 2001-11-07 Akim Demaille * lib/m4sugar/m4sugar.m4 (m4_pattern_forbid): Accepts $2. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 32b73d04f..6f5e0facc 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -8823,6 +8823,10 @@ non-printing characters, @emph{seems} portable, though. When a compilation such as @samp{cc foo.c -o foo} fails, some compilers (such as @sc{cds} on Reliant @sc{unix}) leave a @file{foo.o}. +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. + @item @command{cmp} @c ----------------