Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build
*** 18,32 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
- #ident "%Z%%M% %I% %E% SMI"
- #
# Copyright (c) 1996 by Sun Microsystems, Inc.
# All rights reserved.
include ../Makefile.com
.KEEP_STATE:
include ../Makefile.targ
--- 18,33 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1996 by Sun Microsystems, Inc.
# All rights reserved.
include ../Makefile.com
+ native := NATIVE_LIBS= libc.so
+ native := LDFLAGS += -Bdirect
+
.KEEP_STATE:
include ../Makefile.targ