diff options
Diffstat (limited to 'gcc/config/m68k/hpux7.h')
-rwxr-xr-x | gcc/config/m68k/hpux7.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/m68k/hpux7.h b/gcc/config/m68k/hpux7.h new file mode 100755 index 0000000..ae584bd --- /dev/null +++ b/gcc/config/m68k/hpux7.h @@ -0,0 +1,7 @@ +/* tm.h for m68k running HPUX version 7. */ + +/* fletcher@cs.utexas.edu says this is needed. */ +#define NO_DOT_IN_LABEL +#define NO_BUGS + +#include "m68k/hp320.h" |