Print this page
27908 ::gcore breaks sparc build


  53 dmod/$(MODULE) := LDLIBS += -lm
  54 
  55 #
  56 # We are not actually hardwiring some dependency on sun4u, we just need to
  57 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
  58 # machparam.h, even though we don't use anything there.  This is a temporary
  59 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
  60 #
  61 CPPFLAGS += -I$(SRC)/uts/sun4u
  62 
  63 # Needed to include c2/audit.h (from cred.h)
  64 CPPFLAGS += -I$(SRC)/uts/common
  65 # Needed to find include file mutex_impl.h
  66 CPPFLAGS += -I$(SRC)/uts/sparc/v9
  67 
  68 CERRWARN += -_gcc=-Wno-char-subscripts
  69 CERRWARN += -_gcc=-Wno-unused-label
  70 CERRWARN += -_gcc=-Wno-uninitialized
  71 CERRWARN += -_gcc=-Wno-parentheses
  72 CERRWARN += -_gcc=-Wno-type-limits




  53 dmod/$(MODULE) := LDLIBS += -lm
  54 
  55 #
  56 # We are not actually hardwiring some dependency on sun4u, we just need to
  57 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
  58 # machparam.h, even though we don't use anything there.  This is a temporary
  59 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
  60 #
  61 CPPFLAGS += -I$(SRC)/uts/sun4u
  62 
  63 # Needed to include c2/audit.h (from cred.h)
  64 CPPFLAGS += -I$(SRC)/uts/common
  65 # Needed to find include file mutex_impl.h
  66 CPPFLAGS += -I$(SRC)/uts/sparc/v9
  67 
  68 CERRWARN += -_gcc=-Wno-char-subscripts
  69 CERRWARN += -_gcc=-Wno-unused-label
  70 CERRWARN += -_gcc=-Wno-uninitialized
  71 CERRWARN += -_gcc=-Wno-parentheses
  72 CERRWARN += -_gcc=-Wno-type-limits
  73 
  74 MODSRCS_DIR = ../../../sparc/modules/genunix