public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* gas-990327 snapshot Compile Problem/FIX
@ 1999-04-01 15:02 Jeff Bailey
  1999-04-09 18:41 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Bailey @ 1999-04-01 15:02 UTC (permalink / raw)
  To: gas2

In libiberty/getruntime.c on an i686-pc-gnu system, the compile fails on line
64 with 'HZ' undefined.  To fix, I applied the getruntime.c from the 
egcs-19990328 snapshot which adds the following lines:

#if defined (HAVE_TIMES) && ! defined (HZ)
#define HZ CLOCKS_PER_SEC
#endif

Tks,
Jeff Bailey

-- 
The complete lack of evidence is the surest sign that the                     
conspiracy is working.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gas-990327 snapshot Compile Problem/FIX
  1999-04-01 15:02 gas-990327 snapshot Compile Problem/FIX Jeff Bailey
@ 1999-04-09 18:41 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 1999-04-09 18:41 UTC (permalink / raw)
  To: jbailey; +Cc: gas2

   Date: Thu, 1 Apr 1999 15:01:59 -0800
   From: Jeff Bailey <jbailey@nisa.net>

   In libiberty/getruntime.c on an i686-pc-gnu system, the compile fails on line
   64 with 'HZ' undefined.  To fix, I applied the getruntime.c from the 
   egcs-19990328 snapshot which adds the following lines:

   #if defined (HAVE_TIMES) && ! defined (HZ)
   #define HZ CLOCKS_PER_SEC
   #endif

Thanks.  The egcs version of libiberty moves slowly into the binutils
version, and in fact Jeff Law recently did an import, so future
binutils snapshots will have that fix.

Incidentally, I know there hasn't been a snapshot since last Sunday.
There has been a series of unrelated random mishaps.  I hope that
tonight's snapshot will work.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-04-09 18:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-01 15:02 gas-990327 snapshot Compile Problem/FIX Jeff Bailey
1999-04-09 18:41 ` Ian Lance Taylor

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).