* mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
authorJeff Law <law@redhat.com>
Thu, 19 May 1994 06:35:55 +0000 (06:35 +0000)
committerJeff Law <law@redhat.com>
Thu, 19 May 1994 06:35:55 +0000 (06:35 +0000)
        errors from the HPUX 8 compilers.

config/ChangeLog
config/mh-hpux

index c79fd6eb0803b2b38bb1e2180c3490ae4e8025b1..1f5faf74acb7e64d0b0e71eda4502d4c85f04597 100644 (file)
@@ -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)
index fe7ae4e37b72a6041e5dcafb26a9be5fbb18b247..cb40edd0bae97fdf08ce2617b91f054e5fb9acd1 100644 (file)
@@ -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
 
This page took 0.026291 seconds and 4 git commands to generate.