minix/lib
Ben Gras 4b999f1962 build shared versions of libraries
building defaults to off until clang is updated.

current clang does not handle -shared, necessary to change the ld
invocation to build shared libraries properly. a new clang should be
installed and MKPIC defaults to no unless the newer clang is detected.

changes:

	. mainly small imports of a Makefile or two and small fixes
	  (turning things back on that were turned off in Makefiles)
	. e.g.: dynamic librefuse now depends on dynamic
	  libpuffs, so libpuffs has to be built dynamically too
	  and a make dependency barrier is needed in lib/Makefile
	. all library objects now have a PIC (for .so) and non-PIC
	  version, so everything is built twice.
	. generate PIC versions of the compat (un-RENAMEd) jump files,
	  include function type annotation in generated assembly
	. build progs with -static by default for now
	. also build ld.elf_so
	. also import NetBSD ldd
2012-04-16 05:21:20 +02:00
..
csu switch to netbsd csu 2012-04-12 13:26:24 +02:00
libarchive get rid of __LONG_LONG_SUPPORTED 2012-03-25 21:58:26 +02:00
libasyn Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
libaudiodriver retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libbdev
libblockdriver retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libbz2
libc build shared versions of libraries 2012-04-16 05:21:20 +02:00
libchardriver retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libcompat_minix build shared versions of libraries 2012-04-16 05:21:20 +02:00
libcrypt
libcurses
libddekit retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libdevman retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libedit retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libelf
libexec recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
libfetch
libhgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
libl
liblwip
libm Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
libminc libminc-related updates 2012-03-12 23:16:45 +01:00
libminixfs
libminlib build shared versions of libraries 2012-04-16 05:21:20 +02:00
libmthread libmthread: add stack traces 2012-04-13 12:54:02 +00:00
libnetdriver retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libnetsock LWIP,NETSOCK - lwip uses asynchronous protocol 2012-03-02 15:44:48 +00:00
libprop Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
libpuffs build shared versions of libraries 2012-04-16 05:21:20 +02:00
librefuse
libsffs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
libsys SEF: add sef_cancel() 2012-04-09 16:35:57 +02:00
libterminfo build shared versions of libraries 2012-04-16 05:21:20 +02:00
libtimers
libusb retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libutil build shared versions of libraries 2012-04-16 05:21:20 +02:00
libvassert
libvboxfs Add libvboxfs: VirtualBox shared folders library 2012-04-09 19:25:18 +02:00
libvtreefs retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
libz build shared versions of libraries 2012-04-16 05:21:20 +02:00
generateasm.mk build shared versions of libraries 2012-04-16 05:21:20 +02:00
Makefile build shared versions of libraries 2012-04-16 05:21:20 +02:00
Makefile.inc