Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/liblddbg/Makefile.com
          +++ new/usr/src/cmd/sgs/liblddbg/Makefile.com
↓ open down ↓ 50 lines elided ↑ open up ↑
  51   51  
  52   52  OBJECTS =       $(BLTOBJ) $(COMOBJS) $(COMOBJS32) $(COMOBJS64) $(TOOLOBJ)
  53   53  
  54   54  
  55   55  include         $(SRC)/lib/Makefile.lib
  56   56  include         $(SRC)/cmd/sgs/Makefile.com
  57   57  
  58   58  SRCDIR =        ../common
  59   59  
  60   60  CERRWARN +=     -_gcc=-Wno-unused-value
  61      -CERRWARN +=     -_gcc=-Wno-uninitialized
       61 +CERRWARN +=     $(CNOWARN_UNINIT)
  62   62  CERRWARN +=     -_gcc=-Wno-parentheses
  63   63  
  64   64  CPPFLAGS +=     -I$(SRCBASE)/lib/libc/inc
  65   65  DYNFLAGS +=     $(VERSREF) $(CC_USE_PROTO) '-R$$ORIGIN'
  66   66  LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
  67   67  
  68   68  native :=       DYNFLAGS        += $(CONVLIBDIR)
  69   69  native :=       CPPFLAGS        += -DNATIVE_BUILD
  70   70  
  71   71  BLTDEFS =       msg.h
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX