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/librtld_db/Makefile.com
          +++ new/usr/src/cmd/sgs/librtld_db/Makefile.com
↓ open down ↓ 32 lines elided ↑ open up ↑
  33   33  
  34   34  include         $(SRC)/lib/Makefile.lib
  35   35  include         $(SRC)/cmd/sgs/Makefile.com
  36   36  
  37   37  SRCDIR =        ../common
  38   38  
  39   39  CPPFLAGS +=     -I$(SRCBASE)/lib/libc/inc
  40   40  DYNFLAGS +=     $(VERSREF)
  41   41  LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
  42   42  
  43      -CERRWARN +=     -_gcc=-Wno-uninitialized
       43 +CERRWARN +=     $(CNOWARN_UNINIT)
  44   44  
  45   45  BLTDEFS=        msg.h
  46   46  BLTDATA=        msg.c
  47   47  
  48   48  BLTFILES=       $(BLTDEFS) $(BLTDATA)
  49   49  
  50   50  SGSMSGCOM=      ../common/librtld_db.msg
  51   51  SGSMSGINTEL=    ../common/librtld_db.intel.msg
  52   52  SGSMSGSPARCV9=  ../common/librtld_db.sparcv9.msg
  53   53  SGSMSGTARG=     $(SGSMSGCOM)
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX