Print this page
27908 ::gcore breaks sparc build

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