Go to file
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
benchmarks Fixed unixbench Run script 2010-10-25 08:32:14 +00:00
bin Import NetBSD cat(1) 2012-03-14 16:54:30 +01:00
commands service: make clear who is printing the error 2012-04-13 13:51:56 +00:00
common recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
dist/bzip2 import NetBSD bzip2 and libbz2 2011-11-18 11:11:04 +01:00
docs Provide boot option to boot into single user mode 2012-04-13 14:06:27 +00:00
drivers build shared versions of libraries 2012-04-16 05:21:20 +02:00
etc build shared versions of libraries 2012-04-16 05:21:20 +02:00
external Import NetBSD file(1) 2012-04-03 01:15:36 +02:00
include recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
kernel recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
lib build shared versions of libraries 2012-04-16 05:21:20 +02:00
libexec build shared versions of libraries 2012-04-16 05:21:20 +02:00
man Add a simple utility to send control messages 2012-04-13 12:58:41 +00:00
sbin Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
servers recognize and execute dynamically linked executables 2012-04-16 00:41:42 +00:00
share build shared versions of libraries 2012-04-16 05:21:20 +02:00
sys Import NetBSD usr.bin/login 2012-04-11 20:02:15 +02:00
test test: convert to bsdish Makefile 2012-04-12 03:03:17 +02:00
tools build shared versions of libraries 2012-04-16 05:21:20 +02:00
usr.bin build shared versions of libraries 2012-04-16 05:21:20 +02:00
usr.sbin user(8): remove output file from source 2012-02-14 15:49:04 +01:00
.gitignore build shared versions of libraries 2012-04-16 05:21:20 +02:00
LICENSE Fix parameter parsing in cut 2010-01-21 10:16:05 +00:00
Makefile clean up master Makefile a bit 2012-04-01 03:45:02 +02:00