From 6e2cf460482f07bfa0636146f640cda0fab2b6e8 Mon Sep 17 00:00:00 2001 From: dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sat, 2 Oct 1993 08:55:06 +0000 Subject: (CPP_PREDEFINES): Add system/cpu/machine assertions where missing. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5557 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/convex/convex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/convex/convex.h') diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 579b9c6eb13..4c3749e9110 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -94,7 +94,7 @@ extern int target_flags; /* Names to predefine in the preprocessor for this target machine. */ -#define CPP_PREDEFINES "-Dconvex -Dunix" +#define CPP_PREDEFINES "-Dconvex -Dunix -Asystem(unix) -Acpu(convex) -Amachine(convex)" /* Print subsidiary information on the compiler version in use. */ -- cgit v1.2.1