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
*** 21,45 ****
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
- # ident "%Z%%M% %I% %E% SMI"
- #
include ../Makefile.com
LDLIBDIR = $(LDLIBDIR64)
ELFLIBDIR = $(ELFLIBDIR64)
LDDBGLIBDIR = $(LDDBGLIBDIR64)
CONVLIBDIR = $(CONVLIBDIR64)
- VAR_SGSBINPROG= $(VAR_SGSBINPROG64)
- VAR_SGSCCSLINK= $(VAR_SGSCCSLINK64)
-
VAR_LD_LLDFLAGS = \
$(VAR_LD_LLDFLAGS64)
.KEEP_STATE:
include ../Makefile.targ
include ../../Makefile.sub.64
--- 21,42 ----
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.com
LDLIBDIR = $(LDLIBDIR64)
ELFLIBDIR = $(ELFLIBDIR64)
LDDBGLIBDIR = $(LDDBGLIBDIR64)
CONVLIBDIR = $(CONVLIBDIR64)
VAR_LD_LLDFLAGS = \
$(VAR_LD_LLDFLAGS64)
.KEEP_STATE:
+ package install: all $(VAR_SGSBINPROG64) $(VAR_SGSCCSLINK64)
+
include ../Makefile.targ
include ../../Makefile.sub.64