From be8b04496302184c6e8f04d6179f9c3afc50aeb6 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Wed, 6 Jan 2016 01:47:28 -0800 Subject: initial commit --- gcc/config/m68k/xm-atari.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 gcc/config/m68k/xm-atari.h (limited to 'gcc/config/m68k/xm-atari.h') diff --git a/gcc/config/m68k/xm-atari.h b/gcc/config/m68k/xm-atari.h new file mode 100755 index 0000000..59f4664 --- /dev/null +++ b/gcc/config/m68k/xm-atari.h @@ -0,0 +1,5 @@ +/* Add HZ define if missing */ + +#ifndef HZ +#define HZ 100 /* System clock */ +#endif -- cgit v1.2.3