blob: 1c7a656486ce76c4e736467ea9a3f2e572cce9d4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Configuration for GCC for ARM running NetBSD as host. */
#include <arm/xm-arm.h>
/* xm-netbsd.h defines this */
#ifdef HAVE_VPRINTF
#undef HAVE_VPRINTF
#endif
#include <xm-netbsd.h>
|