minix/lib/libminlib
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
..
i386 Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
pkgconfig Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
dhcp_gettag.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
dhcp_settag.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
fslib.c retire _ANSI and <minix/ansi.h> 2012-03-25 21:58:27 +02:00
fsversion.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
gcov.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
gcov_flush.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
getngid.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
getnpid.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
getnprocnr.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
getnucred.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
getnuid.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
getprocnr.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
itoa.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
Makefile build shared versions of libraries 2012-04-16 05:21:20 +02:00
mapdriver.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
paramvalue.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
servxcheck.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
shlib_version build shared versions of libraries 2012-04-16 05:21:20 +02:00
svrctl.c Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
tools.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
u64util.c get rid of __LONG_LONG_SUPPORTED 2012-03-25 21:58:26 +02:00
vm_memctl.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
vm_query_exit.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
vm_set_priv.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
vm_update.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00