Module Name: src Committed By: pooka Date: Wed Dec 10 16:55:54 UTC 2014
Modified Files: src/lib/libc/gen: Makefile.inc src/lib/libc/stdlib: Makefile.inc Log Message: Add two more Makefile conditionals required for RUMPRUN=yes * do not build _errno.c (different thread/tls handling) * do not build either phk- or jemalloc (different backing page allocation) Somehow I missed these in the previous commit, but now libc built with RUMPRUN=yes works also with rumprun-posix, so there's reasonably high confidence that I didn't miss anything anymore. To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/lib/libc/gen/Makefile.inc cvs rdiff -u -r1.82 -r1.83 src/lib/libc/stdlib/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.