This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Sinix patches
- To: egcs at cygnus dot com
- Subject: Sinix patches
- From: Eric Dana <edana at bgs dot com>
- Date: Mon, 9 Mar 1998 10:29:32 -0500 (EST)
Jeff,
Here is a patch to add some missing pre-defines for Sinix. This makes
the pre-defines the compatable with Sinix compiler. The diss is against
the egcs-980302 snapshot.
--Eric Dana--
BGS Systems (soon to be part of BMC)
*** ChangeLog.orig Sun Mar 1 20:05:52 1998
--- ChangeLog Thu Mar 5 12:41:24 1998
***************
*** 1,3 ****
--- 1,8 ----
+ Thu Mar 5 12:32:15 EST 1998 Eric Dana (edana@bgs.com>
+
+ * sni-svr4.h: New CPP_PREDEFINE's
+ Added 'SNI' and 'sinix' definitions.
+
Mon Mar 2 01:05:50 PST 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot.
*** sni-svr4.h.orig Mon Jan 26 18:26:51 1998
--- sni-svr4.h Thu Mar 5 12:27:53 1998
***************
*** 21,27 ****
#define MIPS_SVR4
#define CPP_PREDEFINES "\
! -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 \
-D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4 \
-Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(mips)"
--- 21,27 ----
#define MIPS_SVR4
#define CPP_PREDEFINES "\
! -Dmips -Dunix -Dhost_mips -DMIPSEB -DR3000 -DSYSTYPE_SVR4 -Dsinix -DSNI \
-D_mips -D_unix -D_host_mips -D_MIPSEB -D_R3000 -D_SYSTYPE_SVR4 \
-Asystem(unix) -Asystem(svr4) -Acpu(mips) -Amachine(mips)"