Module Name: src Committed By: pooka Date: Wed Dec 10 00:37:30 UTC 2014
Modified Files: src/lib/libc: Makefile Makefile.inc src/lib/libc/sys: Makefile.inc Log Message: Add hooks for RUMPRUN build of libc If "yes", does the following (default "no"): * prevents ASM syscalls from being built (librump provides syscalls) * does not include compat (useless when application is linked with libc) * does not build tags (no /var/db to install them to) * does not include tls ==> libc for rumprun can now be built against unmodified NetBSD sources To generate a diff of this commit: cvs rdiff -u -r1.166 -r1.167 src/lib/libc/Makefile cvs rdiff -u -r1.16 -r1.17 src/lib/libc/Makefile.inc cvs rdiff -u -r1.225 -r1.226 src/lib/libc/sys/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.