diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-10-02 08:55:06 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-10-02 08:55:06 +0000 |
commit | 6e2cf460482f07bfa0636146f640cda0fab2b6e8 (patch) | |
tree | 050a6b41260f199321898802f4b6e356de77f1c9 /gcc/config/a29k/a29k.h | |
parent | 826ff41e4a8cb132f678cdac77024eeebfd1f562 (diff) | |
download | ppe42-gcc-6e2cf460482f07bfa0636146f640cda0fab2b6e8.tar.gz ppe42-gcc-6e2cf460482f07bfa0636146f640cda0fab2b6e8.zip |
(CPP_PREDEFINES): Add system/cpu/machine assertions where missing.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5557 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/a29k/a29k.h')
-rw-r--r-- | gcc/config/a29k/a29k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 3a2d58e1d33..d7b600054c3 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI" +#define CPP_PREDEFINES "-D_AM29K -D_AM29000 -D_EPI -Acpu(a29k) -Amachine(a29k)" /* Print subsidiary information on the compiler version in use. */ #define TARGET_VERSION |