(CPP_PREDEFINES): Add -Acpu and -Amachine.

From-SVN: r8537
This commit is contained in:
Doug Evans 1994-11-21 18:50:41 +00:00
parent 6cef64194c
commit 9d99bd1b8d

View File

@ -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 */