From 61c7529e289fd21f07eb1d2ea6f4b0ea9c14451c Mon Sep 17 00:00:00 2001 From: mar Date: Fri, 12 Nov 1993 11:32:58 +0000 Subject: [PATCH] add rule for solaris --- util/imake/imakemdep.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/util/imake/imakemdep.h b/util/imake/imakemdep.h index b936b3d9..89cb100c 100644 --- a/util/imake/imakemdep.h +++ b/util/imake/imakemdep.h @@ -13,6 +13,11 @@ * These will be passed to the compile along with the contents of the * make variable BOOTSTRAPCFLAGS. */ + +#ifdef sparc +#define imake_ccflags "-DSYSV" +#endif + #ifdef hpux #define imake_ccflags "-Wc,-Nd4000,-Ns3000 -DSYSV" #endif -- 2.45.1