summaryrefslogtreecommitdiff
path: root/mk/platform/IRIX.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/platform/IRIX.mk')
-rw-r--r--mk/platform/IRIX.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk
index c3d5e8f9321..9a287cdb208 100644
--- a/mk/platform/IRIX.mk
+++ b/mk/platform/IRIX.mk
@@ -1,4 +1,4 @@
-# $NetBSD: IRIX.mk,v 1.9 2005/01/28 21:05:59 jlam Exp $
+# $NetBSD: IRIX.mk,v 1.10 2005/03/18 18:16:35 tv Exp $
#
# Variable definitions for the IRIX operating system.
@@ -151,10 +151,8 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,-none
# incompatible.
_INCOMPAT_ICONV= IRIX-*-*
-.if (!defined(INSTALL_UNSTRIPPED) || empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) && !defined(DEBUG_FLAGS)
-_STRIPFLAG_CC?= -s # cc(1) option to strip
-_STRIPFLAG_INSTALL?= -s # install(1) option to strip
-.endif
+_STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip
+_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip
LOCALBASE?= ${DESTDIR}/usr/pkg
PKG_TOOLS_BIN?= ${LOCALBASE}/sbin