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/mcs/Makefile.com
          +++ new/usr/src/cmd/sgs/mcs/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41                  message.o
  42   42  TOOLSOBJS =     alist.o
  43   43  
  44   44  OBJS =          $(COMOBJS) $(TOOLSOBJS)
  45   45  
  46   46  LLDFLAGS =      '-R$$ORIGIN/../../lib'
  47   47  LLDFLAGS64 =    '-R$$ORIGIN/../../../lib/$(MACH64)'
  48   48  LDFLAGS +=      $(VERSREF) $(LLDFLAGS)
  49   49  LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf
  50   50  
  51      -CERRWARN +=     -_gcc=-Wno-uninitialized
       51 +CERRWARN +=     $(CNOWARN_UNINIT)
  52   52  
  53   53  SRCS =          $(COMOBJS:%.o=../common/%.c) \
  54   54                  $(TOOLSOBJS:%.o=$(SGSTOOLS)/common/%.c)
  55   55  
  56   56  CLEANFILES +=   $(OBJS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX