From cc78d56bb6d9ceb3fa3ba67f3eafd75e16bf5de5 Mon Sep 17 00:00:00 2001 From: sketch Date: Fri, 12 Nov 2004 20:25:41 +0000 Subject: Introduce LIBABISUFFIX for platforms which require ABI-dependant library paths. --- mk/platform/IRIX.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mk/platform') diff --git a/mk/platform/IRIX.mk b/mk/platform/IRIX.mk index a1fdc095213..89bdb17a094 100644 --- a/mk/platform/IRIX.mk +++ b/mk/platform/IRIX.mk @@ -1,4 +1,4 @@ -# $NetBSD: IRIX.mk,v 1.2 2004/10/13 15:31:31 tv Exp $ +# $NetBSD: IRIX.mk,v 1.3 2004/11/12 20:25:41 sketch Exp $ # # Variable definitions for the IRIX operating system. @@ -165,6 +165,8 @@ PKG_TOOLS_BIN?= ${LOCALBASE}/sbin CONFIGURE_ENV+= ABI=${ABI} MAKE_ENV+= ABI=${ABI} +LIBABISUFFIX= ${ABI} + # check for maximum command line length and set it in configure's environment, # to avoid a test required by the libtool script that takes forever. .if defined(GNU_CONFIGURE) && defined(USE_LIBTOOL) -- cgit v1.2.3