On OS X, for dynamically loadable modules, use `-bundle', not
authorTaylor R. Campbell <net/mumble/campbell>
Thu, 21 Jun 2007 06:17:16 +0000 (06:17 +0000)
committerTaylor R. Campbell <net/mumble/campbell>
Thu, 21 Jun 2007 06:17:16 +0000 (06:17 +0000)
commit4a15885bf9c76313ff957e61fa8ed2b829485e82
treefcd749dd0e31a90f43f34e0a051e53719d33dc17
parent9985bf73362358403ba58ee6cd011098c2f6e965
On OS X, for dynamically loadable modules, use `-bundle', not
`-dynamiclib' when invoking `ld'.  The main difference is that dylibs
don't work for our purposes on older versions of OS X, whereas bundles
do, and are generally recommended for these purposes.  I've forgotten
the technical details.
v7/src/microcode/configure.ac