minix/tools
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
..
release/cd unbreak building CDs 2009-12-23 23:59:32 +00:00
chrootmake.sh simplify chrootmake.sh 2012-02-15 01:19:12 +01:00
issue.install fix typo 2011-10-25 00:05:38 +02:00
Makefile update_bootcfg improvements. 2012-03-14 18:19:28 +01:00
mkboot mkboot: ensure image target dir is cleaned up 2012-02-16 23:08:22 +01:00
nbsd.config nbsd.config: make timezone explicit 2011-12-14 17:02:31 +01:00
nbsd_diff.sh tools: some nbsd_ports fixes 2012-03-14 16:02:58 +01:00
nbsd_ports build shared versions of libraries 2012-04-16 05:21:20 +02:00
packages.install include netdrv_tg3 on cd 2012-02-26 23:34:59 +01:00
release.functions Import NetBSD du(1) 2012-03-05 22:32:33 +01:00
release.sh Import NetBSD du(1) 2012-03-05 22:32:33 +01:00
tell_config Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00