(CPP_PREDEFINES): Add -Dunix.

From-SVN: r2632
This commit is contained in:
Tom Wood 1992-10-28 20:23:53 +00:00
parent 5f96750d14
commit d63ed2d318
1 changed files with 1 additions and 1 deletions

View 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. */