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
*** 45,55 ****
CERRWARN += -_gcc=-Wno-uninitialized
SMOFF += signed
! LDLIBS += -lelf $(CONVLIBDIR) $(CONV_LIB) -lsendfile
$(XPG4) := CPPFLAGS += -DXPG4
BLTDEFS = msg.h
BLTDATA = msg.c
--- 45,55 ----
CERRWARN += -_gcc=-Wno-uninitialized
SMOFF += signed
! LDLIBS += -lelf $(CONVLIBDIR) -lconv -lsendfile
$(XPG4) := CPPFLAGS += -DXPG4
BLTDEFS = msg.h
BLTDATA = msg.c
*** 61,68 ****
SGSMSGTARG = $(SGSMSGCOM)
SGSMSGALL = $(SGSMSGCOM)
SGSMSGFLAGS += -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n ar_msg
! SRCS= $(COMOBJ:%.o=../common/%.c) $(BLTDATA:%.o=$(SGSTOOLS)/common/%.c)
CLEANFILES += $(BLTFILES)
--- 61,68 ----
SGSMSGTARG = $(SGSMSGCOM)
SGSMSGALL = $(SGSMSGCOM)
SGSMSGFLAGS += -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n ar_msg
! SRCS= $(COMOBJ:%.o=../common/%.c) $(BLTDATA:%.o=$(SGSCOMMON)/%.c)
CLEANFILES += $(BLTFILES)