Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / configure.ac
index c4c3036b0d71850049a690d956641ca1fa8b2288..da161b78d8b595b08582d181343189387cb7dfb5 100644 (file)
@@ -511,7 +511,7 @@ changequote([,])dnl
        AC_MSG_RESULT($enable_audio_ext)
        ;;
 
-      i386 | riscv | s390 | sparc)
+      aarch64 | i386 | riscv | s390 | sparc)
        if test $this_target = $target ; then
          AC_DEFINE_UNQUOTED(DEFAULT_ARCH, "${arch}", [Default architecture.])
        fi
@@ -826,6 +826,7 @@ AC_C_INLINE
 # VMS doesn't have unlink.
 AC_CHECK_FUNCS(unlink remove, break)
 AC_CHECK_FUNCS(sbrk setlocale)
+AC_CHECK_FUNCS(strsignal)
 
 AM_LC_MESSAGES
 
This page took 0.023391 seconds and 4 git commands to generate.