minix/drivers
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
..
acpi retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ahci retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
amddev retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
at_wini retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
atl2 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
audio retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dec21140A retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dp8390 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dpeth retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
e1000 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
fbd retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
filter Kernel/servers/drivers: resolve a few warnings 2012-03-30 16:55:06 +02:00
floppy retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
fxp retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
hello retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
lance retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
log retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
memory retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
orinoco retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
pci retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
printer retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ramdisk retire bios_wini 2012-04-12 03:02:21 +02:00
random retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
readclock retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
rtl8139 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
rtl8169 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ti1225 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
tty build shared versions of libraries 2012-04-16 05:21:20 +02:00
vbox VBOX: add host/guest communication interface 2012-04-09 15:56:20 +02:00
Makefile retire bios_wini 2012-04-12 03:02:21 +02:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00