pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Use '-none' instead of '-notall' as the mipspro equ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ed255dc03ef
branches: trunk
changeset: 479507:3ed255dc03ef
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Sun Aug 15 22:21:14 2004 +0000
description:
Use '-none' instead of '-notall' as the mipspro equivalent to --no-whole-archive
diffstat:
mk/defs.IRIX.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7e99e5972f10 -r 3ed255dc03ef mk/defs.IRIX.mk
--- a/mk/defs.IRIX.mk Sun Aug 15 22:20:02 2004 +0000
+++ b/mk/defs.IRIX.mk Sun Aug 15 22:21:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: defs.IRIX.mk,v 1.53 2004/06/18 11:22:41 kristerw Exp $
+# $NetBSD: defs.IRIX.mk,v 1.54 2004/08/15 22:21:14 jschauma Exp $
#
# Variable definitions for the IRIX operating system.
@@ -149,7 +149,7 @@
# to be set to --{no-}whole-archive. So, ugh, let's say we only do
# IRIX tools for the time being.
_OPSYS_WHOLE_ARCHIVE_FLAG= -Wl,-all
-_OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,-notall
+_OPSYS_NO_WHOLE_ARCHIVE_FLAG= -Wl,-none
# IRIX has /usr/include/iconv.h, but it's not GNU iconv, so mark it
# incompatible.
Home |
Main Index |
Thread Index |
Old Index