From: Doug Evans Date: Mon, 21 Nov 1994 18:50:41 +0000 (+0000) Subject: (CPP_PREDEFINES): Add -Acpu and -Amachine. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d99bd1b8d93f94e81bf5f259577f53bf2c268c3;p=gcc.git (CPP_PREDEFINES): Add -Acpu and -Amachine. From-SVN: r8537 --- diff --git a/gcc/config/m88k/m88k-aout.h b/gcc/config/m88k/m88k-aout.h index e3cc87bca63..25e5edf984a 100644 --- a/gcc/config/m88k/m88k-aout.h +++ b/gcc/config/m88k/m88k-aout.h @@ -26,6 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "aoutos.h" #undef CPP_PREDEFINES -#define CPP_PREDEFINES "-Dm88000 -Dm88k" +#define CPP_PREDEFINES "-Dm88000 -Dm88k -Acpu(m88k) -Amachine(m88k)" /* end of m88k-aout.h */