Subject: re: CVS commit: basesrc/lib/libc/sys To: None <tv@netbsd.org> From: matthew green <mrg@eterna.com.au> List: source-changes Date: 11/14/2001 02:51:14
Log Message:
Make the generation of syscall stubs a lot more reliable by generating real
`.S' files and letting <bsd.sys.mk> and <bsd.lib.mk> compile them like every
other .S file. The compilation options passed to ${CC} are still correct.
lovely!