Print this page
27908 ::gcore breaks sparc build


  56 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
  57 # machparam.h, even though we don't use anything there.  This is a temporary
  58 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
  59 #
  60 CPPFLAGS += -I$(SRC)/uts/i86pc
  61 CPPFLAGS += -I$(SRC)/uts/i86xpv
  62 
  63 # Needed to include c2/audit.h (from cred.h)
  64 CPPFLAGS += -I$(SRC)/uts/common
  65 
  66 # Needed to find include file mutex_impl.h
  67 CPPFLAGS += -I$(SRC)/uts/intel
  68 
  69 CERRWARN += -_gcc=-Wno-char-subscripts
  70 CERRWARN += -_gcc=-Wno-unused-label
  71 CERRWARN += -_gcc=-Wno-uninitialized
  72 CERRWARN += -_gcc=-Wno-parentheses
  73 CERRWARN += -_gcc=-Wno-type-limits
  74 
  75 LINTFLAGS += -erroff=E_EMPTY_TRANSLATION_UNIT




  56 # include sys/param.h with _MACHDEP defined, and this forces the inclusion of
  57 # machparam.h, even though we don't use anything there.  This is a temporary
  58 # kludge until we invent -DDONTINCLUDEMACHPARAM or something.
  59 #
  60 CPPFLAGS += -I$(SRC)/uts/i86pc
  61 CPPFLAGS += -I$(SRC)/uts/i86xpv
  62 
  63 # Needed to include c2/audit.h (from cred.h)
  64 CPPFLAGS += -I$(SRC)/uts/common
  65 
  66 # Needed to find include file mutex_impl.h
  67 CPPFLAGS += -I$(SRC)/uts/intel
  68 
  69 CERRWARN += -_gcc=-Wno-char-subscripts
  70 CERRWARN += -_gcc=-Wno-unused-label
  71 CERRWARN += -_gcc=-Wno-uninitialized
  72 CERRWARN += -_gcc=-Wno-parentheses
  73 CERRWARN += -_gcc=-Wno-type-limits
  74 
  75 LINTFLAGS += -erroff=E_EMPTY_TRANSLATION_UNIT
  76 
  77 MODSRCS_DIR = ../../../intel/modules/genunix