(CPP_PREDEFINES): Delete -Dsun and -Dunix.

From-SVN: r4318
This commit is contained in:
Jim Wilson 1993-05-03 17:27:51 -07:00
parent bfc965cf40
commit 8c699e9b74

View File

@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "sparc/sparc.h"
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dsparc -Dsun -Dunix -Dsparclite"
#define CPP_PREDEFINES "-Dsparc -Dsparclite"
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (sparclite)");