diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 7 | ||||
-rw-r--r-- | config/mh-hpux | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index c79fd6e..1f5faf7 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,7 +1,10 @@ +Thu May 19 00:32:11 1994 Jeff Law (law@snake.cs.utah.edu) + + * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining" + errors from the HPUX 8 compilers. + Wed May 4 20:14:47 1994 D. V. Henkel-Wallace (gumby@cygnus.com) - * m68k-ericsson.mt: special configuration for OSE. - * mh-lynxrs6k: set SHELL to /bin/bash Tue Apr 12 12:38:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) diff --git a/config/mh-hpux b/config/mh-hpux index fe7ae4e..cb40edd 100644 --- a/config/mh-hpux +++ b/config/mh-hpux @@ -1,4 +1,5 @@ # Define SYSV as -DSYSV if you are using a System V operating system. +CC = cc -Wp,-H256000 SYSV = -DSYSV RANLIB = true |