You can build libraries with more than just cc(1) now you know.

This commit is contained in:
skrll 2001-10-31 18:44:11 +00:00
parent 76dc75c365
commit 04b6a0a047
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: link.5,v 1.13 2001/09/11 01:01:57 wiz Exp $
.\" $NetBSD: link.5,v 1.14 2001/10/31 18:44:11 skrll Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -614,6 +614,3 @@ The number of valid entries in
.It Fa hi_next
Next bucket in case of hashing collisions.
.El
.Sh BUGS
Only the (GNU) C compiler currently supports the creation of shared libraries.
Other programming languages can not be used.