Initial revision
authorJeff Law <law@gcc.gnu.org>
Sun, 12 Apr 1998 17:04:58 +0000 (11:04 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 12 Apr 1998 17:04:58 +0000 (11:04 -0600)
From-SVN: r19142

gcc/config/i386/xm-osf1elf.h [new file with mode: 0644]

diff --git a/gcc/config/i386/xm-osf1elf.h b/gcc/config/i386/xm-osf1elf.h
new file mode 100644 (file)
index 0000000..69ca9c1
--- /dev/null
@@ -0,0 +1,6 @@
+/* Configuration for GCC for Intel i386 running OSF/1 1.3.  */
+
+#ifndef HZ
+#include <machine/machtime.h>
+#define HZ DEFAULT_CLK_TCK
+#endif