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

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