Commit 9f297063 by Doug Evans

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

From-SVN: r5660
parent d2a22862
......@@ -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)");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment