blob: 9d344dc239dab2a266997e849110bb43b8c8456c (
plain)
1
2
3
4
5
6
7
8
|
/* Configuration for GCC for ns32k running NetBSD as host. */
#include <ns32k/xm-ns32k.h>
/* ns32k/xm-ns32k.h defines these macros, but we don't need them */
#undef memcmp
#undef memcpy
#undef memset
|