ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)
[deliverable/binutils-gdb.git] / sim / avr / configure.ac
index 8fefa07cb9643fae8c77642a4935b4af6f0048f4..0c458612ec6c7245fd7eb297cce790c00b512bd2 100644 (file)
@@ -1,8 +1,11 @@
 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(LITTLE)
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_WARNINGS
+
 SIM_AC_OUTPUT
This page took 0.023643 seconds and 4 git commands to generate.