sim: d10v: use common configure options
[deliverable/binutils-gdb.git] / sim / d10v / configure.ac
index f39788de202f5b34ba493f16f337e3db98f80e36..96d0ffd1bb591b8fa344c86766b831a19e1d2ea6 100644 (file)
@@ -1,13 +1,15 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.64)dnl
 AC_INIT(Makefile.in)
-sinclude(../common/aclocal.m4)
+sinclude(../common/acinclude.m4)
 
 SIM_AC_COMMON
 
+SIM_AC_OPTION_ENDIAN
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_HOSTENDIAN
+SIM_AC_OPTION_ENVIRONMENT
+SIM_AC_OPTION_INLINE
 SIM_AC_OPTION_WARNINGS
 
-AC_CHECK_HEADERS(unistd.h)
-
-
 SIM_AC_OUTPUT
This page took 0.023384 seconds and 4 git commands to generate.