diff options
author | Jeff Law <law@redhat.com> | 1994-05-19 06:35:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-05-19 06:35:55 +0000 |
commit | 2c4bbe475ba1bf8a21a00c65b34faea8f1c79346 (patch) | |
tree | c1dce409686fa8b3ed65b1ba77909d5d76b9afb8 /config | |
parent | d7096b9269e0a5499f20193b40fedab3ca9ddcc6 (diff) | |
download | gdb-2c4bbe475ba1bf8a21a00c65b34faea8f1c79346.zip gdb-2c4bbe475ba1bf8a21a00c65b34faea8f1c79346.tar.gz gdb-2c4bbe475ba1bf8a21a00c65b34faea8f1c79346.tar.bz2 |
* mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
errors from the HPUX 8 compilers.
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 |