Date: Wed, 29 Jul 1998 07:19:50 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.kmod.mk Message-ID: <199807291419.HAA13002@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/29 07:19:50 PDT Modified files: share/mk bsd.kmod.mk Log: Honor NOSHARED for tools. All tools should be built static for `make world' to avoid problems with picking up (new) target or (stale) host shared libraries. Don't honor -static in LDFLAGS for linking LKMs. LDFLAGS is not actually for ld, but we use it anyway, and must prevent -static being misinterpreted as -s. Don't hide any of the link steps. Revision Changes Path 1.50 +9 -5 src/share/mk/bsd.kmod.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807291419.HAA13002>