summaryrefslogtreecommitdiff
path: root/sim/d10v/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sim/d10v/configure.in')
-rw-r--r--sim/d10v/configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/d10v/configure.in b/sim/d10v/configure.in
new file mode 100644
index 00000000000..5debf66c23d
--- /dev/null
+++ b/sim/d10v/configure.in
@@ -0,0 +1,13 @@
+dnl Process this file with autoconf to produce a configure script.
+sinclude(../common/aclocal.m4)
+AC_PREREQ(2.5)dnl
+AC_INIT(Makefile.in)
+
+SIM_AC_COMMON
+
+SIM_AC_OPTION_WARNINGS
+
+AC_CHECK_HEADERS(unistd.h)
+
+
+SIM_AC_OUTPUT