diff options
Diffstat (limited to 'gcc/config/m88k/luna.h')
-rw-r--r-- | gcc/config/m88k/luna.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m88k/luna.h b/gcc/config/m88k/luna.h index ecfb3f502a0..694177f238c 100644 --- a/gcc/config/m88k/luna.h +++ b/gcc/config/m88k/luna.h @@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */ /* Macros to be automatically defined. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES \ - "-DMACH -Dm88k -Dunix -Dluna -Dluna88k -D__CLASSIFY_TYPE__=2 -Asystem(unix) -Asystem(mach) -Acpu(m88k) -Amachine(m88k)" + "-DMACH -Dm88k -Dunix -Dluna -Dluna88k -D__CLASSIFY_TYPE__=2 -Asystem=unix -Asystem=mach -Acpu=m88k -Amachine=m88k" /* If -m88000 is in effect, add -Dmc88000; similarly for -m88100 and -m88110. However, reproduce the effect of -Dmc88100 previously in CPP_PREDEFINES. |