From d393046cdccd4aa999855d63c252b57f97aaf101 Mon Sep 17 00:00:00 2001 From: jschauma Date: Thu, 8 Dec 2005 01:08:04 +0000 Subject: Pass correct flags to install.sh to invoke IRIX's strip command --- mk/platform/IRIX.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk index 645f4cb516a..802107ea38b 100644 --- a/mk/platform/IRIX.mk +++ b/mk/platform/IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: IRIX.mk,v 1.16 2005/08/02 00:23:31 reed Exp $ +# $NetBSD: IRIX.mk,v 1.16.2.1 2005/12/08 01:08:04 jschauma Exp $ # # Variable definitions for the IRIX operating system. @@ -72,7 +72,7 @@ _OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,-none _INCOMPAT_ICONV= IRIX-*-* _STRIPFLAG_CC?= ${_INSTALL_UNSTRIPPED:D:U-s} # cc(1) option to strip -_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-s} # install(1) option to strip +_STRIPFLAG_INSTALL?= ${_INSTALL_UNSTRIPPED:D:U-S -f} # install(1) option to strip LOCALBASE?= ${DESTDIR}/usr/pkg PKG_TOOLS_BIN?= ${LOCALBASE}/sbin -- cgit v1.2.3