summaryrefslogtreecommitdiff
path: root/usr/src/tools/Makefile.tools
diff options
context:
space:
mode:
authorrie <none@none>2005-09-13 10:26:14 -0700
committerrie <none@none>2005-09-13 10:26:14 -0700
commit8ad60789b9913d5b2118fe76d8cd7a661d8ae8b6 (patch)
tree15456d651dcfd61967c1d58c962846a544ce2fb2 /usr/src/tools/Makefile.tools
parent032624d56c174c5c55126582b32e314a6af15522 (diff)
downloadillumos-joyent-8ad60789b9913d5b2118fe76d8cd7a661d8ae8b6.tar.gz
5072038 binaries shouldn't be stripped
Diffstat (limited to 'usr/src/tools/Makefile.tools')
-rw-r--r--usr/src/tools/Makefile.tools4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/tools/Makefile.tools b/usr/src/tools/Makefile.tools
index 436fa5055d..9652b0455d 100644
--- a/usr/src/tools/Makefile.tools
+++ b/usr/src/tools/Makefile.tools
@@ -20,7 +20,7 @@
# CDDL HEADER END
#
#
-# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
@@ -52,7 +52,7 @@ NES_MAPFILE= $(SRC)/cmd/mapfile_noexstk $(NX_MAP)
CPPFLAGS= -D_TS_ERRNO
ELFSIGN_O= $(TRUE)
LDLIBS=
-LDFLAGS= $(STRIPFLAG) $(NES_MAPFILE:%=-M%)
+LDFLAGS= $(NES_MAPFILE:%=-M%)
ROOTONBLDPROG= $(PROG:%=$(ROOTONBLDBIN)/%)
ROOTONBLDMACHPROG= $(PROG:%=$(ROOTONBLDBINMACH)/%)