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
*** 35,55 ****
$(POST_PROCESS_O)
delete:
-$(RM) $(DYNLIB)
- # Special target for native builds (ie. when we need to build a version of ld
- # to build a version of ld :-).
-
- native: $(SGSLIBDIR)/$(DYNLIB)
-
$(PICS): pics
- $(SGSLIBDIR)/$(DYNLIB): $(PICS) $(SGSLIBDIR)
- $(BUILD.SO)
- $(POST_PROCESS_SO)
-
include $(SRC)/lib/Makefile.targ
include $(SRC)/cmd/sgs/Makefile.targ
# Derived source and header files (messaging).
--- 35,46 ----