summaryrefslogtreecommitdiff
path: root/gcc/config/ns32k
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1993-10-07 19:48:20 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>1993-10-07 19:48:20 +0000
commit62ed568e4da7c6c5046709ce26fb0a46f5b0b925 (patch)
tree620cdb39bbd51b96b4f365de2787195b06f612ba /gcc/config/ns32k
parent57fa6d63de6f505b3cfc3d3e5dd37fde076d81d4 (diff)
downloadgcc-62ed568e4da7c6c5046709ce26fb0a46f5b0b925.tar.gz
(CPP_PREDEFINES): Add assertions for system/cpu/machine.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5660 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ns32k')
-rw-r--r--gcc/config/ns32k/ns32k.h2
1 files changed, 1 insertions, 1 deletions
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)");