NetBSD/gnu/usr.bin/gcc/arch/arm32/xm-netbsd.h

11 lines
193 B
C
Raw Normal View History

/* Configuration for GCC for ARM running NetBSD as host. */
#include <arm32/xm-arm32.h>
/* xm-netbsd.h defines this */
#ifdef HAVE_VPRINTF
#undef HAVE_VPRINTF
#endif
#include <xm-netbsd.h>