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/rtld/Makefile.com
          +++ new/usr/src/cmd/sgs/rtld/Makefile.com
↓ open down ↓ 79 lines elided ↑ open up ↑
  80   80                  -I$(SRCBASE)/uts/$(PLAT) \
  81   81                  -I$(SRCBASE)/uts/$(PLAT)/krtld \
  82   82                  -I$(SRC)/common/sgsrtcid \
  83   83                  -I$(ELFCAP) \
  84   84                   $(CPPFEATUREMACROS)
  85   85  
  86   86  ASFLAGS=        -P -D_ASM $(CPPFLAGS)
  87   87  LDLIB =         -L ../../libld/$(MACH)
  88   88  RTLDLIB =       -L ../../librtld/$(MACH)
  89   89  
  90      -CERRWARN +=     -_gcc=-Wno-uninitialized
       90 +CERRWARN +=     $(CNOWARN_UNINIT)
  91   91  CERRWARN +=     -_gcc=-Wno-unused-variable
  92   92  CERRWARN +=     -_gcc=-Wno-switch
  93   93  
  94   94  # not linted
  95   95  SMATCH=off
  96   96  
  97   97  # These definitions require that libc be built in the same workspace
  98   98  # as the run-time linker and before the run-time linker is built.
  99   99  # This is required for the system's self-consistency in any case.
 100  100  CPICLIB =       $(VAR_RTLD_CPICLIB)
↓ open down ↓ 48 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX