binutils: support for the SPARC M8 processor
[deliverable/binutils-gdb.git] / sim / arm / configure.ac
index 31af20ae4d894770c2563c09dddcd9efd758e455..a93418f9323d026dcd8e4ec0e76faacd261ff8ff 100644 (file)
@@ -1,14 +1,12 @@
 dnl Process this file with autoconf to produce a configure script.
-sinclude(../common/aclocal.m4)
-AC_PREREQ(2.59)dnl
+AC_PREREQ(2.64)dnl
 AC_INIT(Makefile.in)
+sinclude(../common/acinclude.m4)
 
 SIM_AC_COMMON
 
-AC_CHECK_HEADERS(unistd.h)
-
-COPRO="armcopro.o maverick.o iwmmxt.o"
-
-AC_SUBST(COPRO)
+SIM_AC_OPTION_ENDIAN
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_WARNINGS
 
 SIM_AC_OUTPUT
This page took 0.036271 seconds and 4 git commands to generate.