6fc217346b
While kernel source code is supposed to use <machine/macros.h> via <sys/param.h> and pick an inline asm version from there, gcc itself can generate direct calls to memset() for structure initialization, so the symbol must be provided. Fixes INSTALL kernel, for which -Os caused gcc to use memset() call to initialize a struct in uvm_fault_internal(). |
||
---|---|---|
.. | ||
arch | ||
atomic | ||
gen | ||
gmon | ||
hash | ||
inet | ||
md | ||
net | ||
quad | ||
stdlib | ||
string | ||
sys | ||
Makefile.inc |