diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-25 21:34:25 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-25 21:34:25 +0000 |
commit | 5dd9f7fdabbdd4151d75cf63951799241d9604dc (patch) | |
tree | 597bd90b4491f24d1bb02b992f2dd314cb4b8822 /gcc/config/m68k/hp320.h | |
parent | bc7fd0f0612e7d131502eec24f3194405eddfb1f (diff) | |
download | gcc-5dd9f7fdabbdd4151d75cf63951799241d9604dc.tar.gz |
(CPP_PREDEFINES): Add __motorola__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4731 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m68k/hp320.h')
-rw-r--r-- | gcc/config/m68k/hp320.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 307dc69da83..4e3eb03466f 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -123,7 +123,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* These are the ones defined by HPUX cc, plus mc68000 for uniformity with GCC on other 68000 systems. */ -#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix" +#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix -D__motorola__" /* Every structure or union's size must be a multiple of 2 bytes. */ |