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/mh-hpux | |
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/mh-hpux')
-rw-r--r-- | config/mh-hpux | 1 |
1 files changed, 1 insertions, 0 deletions
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 |