(CPP_PREDEFINES): Have two alternatives,
authorRichard Stallman <rms@gnu.org>
Fri, 25 Jun 1993 21:35:23 +0000 (21:35 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 25 Jun 1993 21:35:23 +0000 (21:35 +0000)
one for motorola and one for not motorola.

From-SVN: r4732

gcc/config/m68k/news.h

index 5971bc86d8dd8297e2d0b76bbd3bfcc9f5d3c158..60737109bc00f5487a76af4471a8c3c41ca40363 100644 (file)
@@ -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
    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"
+#endif
 
 /* These conditionals tested for different submodels,
    but they were incorrect since they tested the host rather than the target.