Commit f7c680ed by Richard Stallman

(CPP_PREDEFINES): Have two alternatives,

one for motorola and one for not motorola.

From-SVN: r4732
parent 4381295b
...@@ -38,7 +38,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -38,7 +38,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* These are the ones defined by Sony, plus mc68000 for uniformity with /* These are the ones defined by Sony, plus mc68000 for uniformity with
GCC on other 68000 systems. */ GCC on other 68000 systems. */
#ifdef MOTOROLA
#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700 -D__motorola__"
#else
#define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700" #define CPP_PREDEFINES "-Dunix -Dbsd43 -Dsony -Dsony_news -Dmc68000 -Dmc68020 -Dnews700"
#endif
/* These conditionals tested for different submodels, /* These conditionals tested for different submodels,
but they were incorrect since they tested the host rather than the target. but they were incorrect since they tested the host rather than the target.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment