summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/build.texinfo11
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c45b24d24..5934a4081 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -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]):
diff --git a/doc/build.texinfo b/doc/build.texinfo
index 3f2b225cb..d1f211a90 100644
--- a/doc/build.texinfo
+++ b/doc/build.texinfo
@@ -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