From bbfe9c9c204873dd1f1d8113cf0cb0c995caf883 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 13 Jul 2003 13:10:43 +0000 Subject: don't set USE_GCC2 by default as it implies the use pkgsrc gcc2, and move handling of gcc shared libraries to bsd.prefs.mk. --- mk/bsd.pkg.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 8c2e2f2d6f4..6e68498d2d6 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1214 2003/07/13 06:44:02 grant Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1215 2003/07/13 13:10:43 grant Exp $ # # This file is in the public domain. # @@ -219,12 +219,6 @@ MAKE_ENV+= F77="${F77}" MAKE_ENV+= FC="${FC}" .endif -# Ensure the correct rpath is passed to the linker to enable packages -# to find shared libraries from gcc. -.if defined(USE_GCC_SHLIB) -. include "../../mk/gcc.buildlink2.mk" -.endif - # Automatically increase process limit where necessary for building. _ULIMIT_CMD= .if defined(UNLIMIT_RESOURCES) -- cgit v1.2.3