NetBSD/sys/lib
thorpej 5ed948ecea The kernel is now built with -ffreestanding, so GCC built-ins are
disabled.  Explicitly re-enable some that we want to use, namely:

* memcpy() -> __builtin_memcpy()
* memcmp() -> __builtin_memcmp()
* memset() -> __builtin_memset()

* strcpy() -> __builtin_strcpy()
* strcmp() -> __builtin_strcmp()
* strlen() -> __builtin_strlen()

We might also consider some others for GCC 3.x.
2001-12-23 22:48:29 +00:00
..
libkern The kernel is now built with -ffreestanding, so GCC built-ins are 2001-12-23 22:48:29 +00:00
libsa MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
libz MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00