* build.texinfo (HPUX): Make HPUX compiler flags simpler
authorTom Yu <tlyu@mit.edu>
Tue, 27 May 2003 22:20:41 +0000 (22:20 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 27 May 2003 22:20:41 +0000 (22:20 +0000)
ticket: 1520

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15508 dc483132-0cff-0310-8789-dd5450dbe970

doc/ChangeLog
doc/build.texinfo

index c45b24d244a45c9aab0f3e4465e157ad4ea5531f..5934a40816ac86728109c9afbb6d9d6a67aa57ae 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-27  Tom Yu  <tlyu@mit.edu>
+
+       * build.texinfo (HPUX): Make HPUX compiler flags simpler.
+
 2003-05-23  Ken Raeburn  <raeburn@mit.edu>
 
        * build.texinfo (HPUX, Solaris 2.X, Ultrix 4.2/3 [notdef]):
index 3f2b225cb1d8bcbc76888ef9bef3373db8b81fed..d1f211a90546c9f768c294d67e57cc09e5e98930 100644 (file)
@@ -769,11 +769,12 @@ NetBSD and FreeBSD.)
 @node HPUX, Solaris versions 2.0 through 2.3, BSDI, OS Incompatibilities
 @subsection HPUX
 
-The native (bundled) compiler for HPUX currently will not work, because
-it is not a full ANSI C compiler.  The optional compiler (c89) should
-work as long as you give it the @samp{-D_HPUX_SOURCE} flag
-(i.e. @samp{./configure CC='c89 -D_HPUX_SOURCE'}).  This has only
-been tested recently for HPUX 10.20.
+The native (bundled) compiler for HPUX currently will not work,
+because it is not a full ANSI C compiler.  The optional ANSI C
+compiler should work as long as you give it the @samp{-Ae} flag
+(i.e. @samp{./configure CC='cc -Ae}).  This is equivalent to
+@samp{./configure CC='c89 -D_HPUX_SOURCE'}, which was the previous
+recommendation.  This has only been tested recently for HPUX 10.20.
 
 @node Solaris versions 2.0 through 2.3, Solaris 2.X, HPUX, OS Incompatibilities
 @subsection Solaris versions 2.0 through 2.3