(CPP_PREDEFINES): Add assertions for system/cpu/machine.

From-SVN: r5660
This commit is contained in:
Doug Evans 1993-10-07 19:48:20 +00:00
parent d2a228624e
commit 9f297063f6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ extern enum reg_class secondary_reload_class();
/* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES "-Dns32000 -Dunix"
#define CPP_PREDEFINES "-Dns32000 -Dunix -Asystem(unix) -Acpu(ns32k) -Amachine(ns32k)"
/* Print subsidiary information on the compiler version in use. */
#define TARGET_VERSION fprintf (stderr, " (32000, GAS syntax)");