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/ar/Makefile.com
          +++ new/usr/src/cmd/sgs/ar/Makefile.com
↓ open down ↓ 35 lines elided ↑ open up ↑
  36   36  
  37   37  OBJS=           $(BLTOBJ:%=objs/%) $(COMOBJ:%=objs/%)
  38   38  XPG4OBJS=       $(BLTOBJ:%=objs.xpg4/%) $(COMOBJ:%=objs.xpg4/%)
  39   39  
  40   40  LLDFLAGS =      '-R$$ORIGIN/../../lib'
  41   41  LLDFLAGS64 =    '-R$$ORIGIN/../../../lib/$(MACH64)'
  42   42  CPPFLAGS=       -I. -I../../include $(CPPFLAGS.master) -I$(ELFCAP)
  43   43  CFLAGS +=       $(CCVERBOSE)
  44   44  CSTD=   $(CSTD_GNU99)
  45   45  
  46      -CERRWARN +=     -_gcc=-Wno-uninitialized
       46 +CERRWARN +=     $(CNOWARN_UNINIT)
  47   47  
  48   48  SMOFF += signed
  49   49  
  50   50  LDLIBS +=       -lelf $(CONVLIBDIR) $(CONV_LIB) -lsendfile
  51   51  
  52   52  $(XPG4) :=      CPPFLAGS += -DXPG4
  53   53  
  54   54  BLTDEFS =       msg.h
  55   55  BLTDATA =       msg.c
  56   56  BLTMESG =       $(SGSMSGDIR)/ar
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX