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 Add fbd -- Faulty Block Device driver 2011-12-11 22:45:46 +01:00
libblockdriver retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
libbz2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
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 don't keep minix-port.patch files in repo 2011-08-10 13:38:12 +00:00
libcurses minor bugfixes caught by clang warnings 2011-11-18 12:18:23 +01:00
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 Reduce compiler/libraries/headers cases to only two 2011-07-04 04:09:52 +02:00
libexec recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
libfetch Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
libhgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
libl Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
liblwip Cleanup servers to make GCC/Clang a little happier 2011-09-08 13:57:03 +00:00
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 Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
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 Fix many more comiler warnings 2011-11-28 10:07:55 +00:00
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 Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
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 Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
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 minix.ack.mk: use CPPFLAGS for ACK asm files 2011-08-05 14:16:48 +02:00