From 2c4bbe475ba1bf8a21a00c65b34faea8f1c79346 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Thu, 19 May 1994 06:35:55 +0000 Subject: [PATCH] * mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining" errors from the HPUX 8 compilers. --- config/ChangeLog | 7 +++++-- config/mh-hpux | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index c79fd6eb080..1f5faf74acb 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 fe7ae4e37b7..cb40edd0bae 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 -- 2.30.2