public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* Minor patch for hpux8
@ 1994-05-18 23:36 Jeffrey A Law
  0 siblings, 0 replies; only message in thread
From: Jeffrey A Law @ 1994-05-18 23:36 UTC (permalink / raw)
  To: raeburn; +Cc: gas2

The HPUX 8 compilers have annoyingly small tablesizes compiled into
the pre-processor.  This patch should fix the too much defining problems
in bfd/som.c and bfd/hpux-core.c


	* mh-hpux (CC): Add -Wp,-H256000 to avoid "too much defining"
	errors from the HPUX 8 compilers.


*** /tmp/RCSA008037	Thu May 19 00:34:24 1994
--- config/mh-hpux	Thu May 19 00:25:53 1994
***************
*** 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
  




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1994-05-18 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1994-05-18 23:36 Minor patch for hpux8 Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).