]> andersk Git - moira.git/commitdiff
add rule for solaris
authormar <mar>
Fri, 12 Nov 1993 11:32:58 +0000 (11:32 +0000)
committermar <mar>
Fri, 12 Nov 1993 11:32:58 +0000 (11:32 +0000)
util/imake/imakemdep.h

index b936b3d9e0f8888141780e4fe79e8ce5a39d06b6..89cb100cad43b719bbf661a3ab4f76d98c7de4fd 100644 (file)
  *     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
This page took 0.043341 seconds and 5 git commands to generate.