]> gcc.gnu.org Git - gcc.git/commitdiff
(CPP_PREDEFINES): Add assertions for system/cpu/machine.
authorDoug Evans <dje@gnu.org>
Thu, 7 Oct 1993 19:48:20 +0000 (19:48 +0000)
committerDoug Evans <dje@gnu.org>
Thu, 7 Oct 1993 19:48:20 +0000 (19:48 +0000)
From-SVN: r5660

gcc/config/ns32k/ns32k.h

index f067c7488f3266504d6e7d16fedef0f9ac17d921..273d589a18c79a293cbf43899315b13caf12dc11 100644 (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)");
This page took 0.063618 seconds and 5 git commands to generate.