From b2738064355c05ab9bc61d8d7108b19814d460ae Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Tue, 27 May 2003 22:20:41 +0000 Subject: [PATCH] * build.texinfo (HPUX): Make HPUX compiler flags simpler ticket: 1520 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15508 dc483132-0cff-0310-8789-dd5450dbe970 --- doc/ChangeLog | 4 ++++ doc/build.texinfo | 11 ++++++----- 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 + + * build.texinfo (HPUX): Make HPUX compiler flags simpler. + 2003-05-23 Ken Raeburn * 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 -- 2.26.2