From 9f297063f6cf1e3faa6fabf1f4c2be9b39b91d21 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Thu, 7 Oct 1993 19:48:20 +0000 Subject: [PATCH] (CPP_PREDEFINES): Add assertions for system/cpu/machine. From-SVN: r5660 --- gcc/config/ns32k/ns32k.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/ns32k/ns32k.h b/gcc/config/ns32k/ns32k.h index f067c7488f3..273d589a18c 100644 --- a/gcc/config/ns32k/ns32k.h +++ b/gcc/config/ns32k/ns32k.h @@ -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)"); -- 2.30.2