Print this page
27908 ::gcore breaks sparc build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/intel/amd64/genunix/Makefile
          +++ new/usr/src/cmd/mdb/intel/amd64/genunix/Makefile
↓ open down ↓ 68 lines elided ↑ open up ↑
  69   69  # Needed to find include file mutex_impl.h
  70   70  CPPFLAGS += -I$(SRC)/uts/intel
  71   71  
  72   72  CERRWARN += -_gcc=-Wno-char-subscripts
  73   73  CERRWARN += -_gcc=-Wno-unused-label
  74   74  CERRWARN += -_gcc=-Wno-uninitialized
  75   75  CERRWARN += -_gcc=-Wno-parentheses
  76   76  CERRWARN += -_gcc=-Wno-type-limits
  77   77  
  78   78  LINTFLAGS64 += -erroff=E_EMPTY_TRANSLATION_UNIT
       79 +
       80 +MODSRCS_DIR = ../../../intel/modules/genunix
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX