diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-08-03 08:10:43 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2002-08-03 08:10:43 +0000 |
commit | 2424909aa4f4005db0867528ed4ee0ebc3c31bd7 (patch) | |
tree | 0d66a5d8899c1932f9d4132785397059e39b73c6 /share | |
parent | 5d1383fe23f053197bc79d4aabcae39eb5fa594d (diff) |
fix a comment: libdl no longer exists; explain ELF_TOOLCHAIN
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 890fa85e5fc..08b3d38b8ea 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.60 2002/06/12 04:07:17 art Exp $ +# $OpenBSD: bsd.own.mk,v 1.61 2002/08/03 08:10:42 pvalchev Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -29,7 +29,7 @@ AFS?= yes .endif # Set `DEBUGLIBS' to `yes' to build libraries with debugging symbols DEBUGLIBS?= no -# Set toolchain for libdl and other "differences" +# Set toolchain to be able to know differences. .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64") ELF_TOOLCHAIN?= yes |