aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/xm-netbsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/xm-netbsd.h')
-rw-r--r--gcc/config/arm/xm-netbsd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/config/arm/xm-netbsd.h b/gcc/config/arm/xm-netbsd.h
new file mode 100644
index 0000000..1c7a656
--- /dev/null
+++ b/gcc/config/arm/xm-netbsd.h
@@ -0,0 +1,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>