OSDN Git Service

(CPP_PREDEFINES): Add -Dunix.
authorwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1992 20:23:53 +0000 (20:23 +0000)
committerwood <wood@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Oct 1992 20:23:53 +0000 (20:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@2632 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m88k/sysv3.h

index dc3a737..407a1dd 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.  */