From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: raeburn@cygnus.com Cc: gas2@cygnus.com Subject: Minor patch for hpux8 Date: Wed, 18 May 1994 23:36:00 -0000 Message-id: <8041.769329293@snake.cs.utah.edu> X-SW-Source: 1994/msg00031.html 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