Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools


  31 
  32 include         $(SRC)/cmd/Makefile.cmd
  33 include         $(SRC)/cmd/sgs/Makefile.com
  34 
  35 COMOBJS=        dump.o          fcns.o
  36 
  37 SRCS=           $(COMOBJS:%.o=../common/%.c)
  38 
  39 OBJS =          $(COMOBJS)
  40 .PARALLEL:      $(OBJS)
  41 
  42 CPPFLAGS +=     -D__EXTENSIONS__
  43 LLDFLAGS =      '$(LDPASS)-R$$ORIGIN/../../lib'
  44 LLDFLAGS64 =    '$(LDPASS)-R$$ORIGIN/../../../lib/$(MACH64)'
  45 LDFLAGS +=      $(LLDFLAGS)
  46 
  47 CERRWARN +=     -_gcc=-Wno-uninitialized
  48 
  49 SMOFF += indenting
  50 
  51 LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) $(ELFLIBDIR) -lelf


  31 
  32 include         $(SRC)/cmd/Makefile.cmd
  33 include         $(SRC)/cmd/sgs/Makefile.com
  34 
  35 COMOBJS=        dump.o          fcns.o
  36 
  37 SRCS=           $(COMOBJS:%.o=../common/%.c)
  38 
  39 OBJS =          $(COMOBJS)
  40 .PARALLEL:      $(OBJS)
  41 
  42 CPPFLAGS +=     -D__EXTENSIONS__
  43 LLDFLAGS =      '$(LDPASS)-R$$ORIGIN/../../lib'
  44 LLDFLAGS64 =    '$(LDPASS)-R$$ORIGIN/../../../lib/$(MACH64)'
  45 LDFLAGS +=      $(LLDFLAGS)
  46 
  47 CERRWARN +=     -_gcc=-Wno-uninitialized
  48 
  49 SMOFF += indenting
  50 
  51 LDLIBS +=       $(CONVLIBDIR) -lconv $(ELFLIBDIR) -lelf