(CPP_PREDEFINES): Add -Dunix.
authorTom Wood <wood@gnu.org>
Wed, 28 Oct 1992 20:23:53 +0000 (20:23 +0000)
committerTom Wood <wood@gnu.org>
Wed, 28 Oct 1992 20:23:53 +0000 (20:23 +0000)
From-SVN: r2632

gcc/config/m88k/sysv3.h

index dc3a737e716c68bf8c2cb57f75fee66ce253177e..407a1dd7cb3c004a19780eeffe30945f7c9640d7 100644 (file)
@@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Macros to be automatically defined.  */
 #undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dm88000 -Dm88k -DsysV88 -D__CLASSIFY_TYPE__=2"
+#define CPP_PREDEFINES "-Dm88000 -Dm88k -Dunix -DsysV88 -D__CLASSIFY_TYPE__=2"
 
 /* Override svr3.h to link with ?crt0.o instead of ?crt1.o and ?crtn.o.
    From arul@sdsu.edu.  */