[AArch64] Fix code formatting in the cpu-table
[deliverable/binutils-gdb.git] / binutils / configure.ac
index c5aadd8d961b6c6931fe967befca1fa8bab9f1f9..31864ec9dc6eb7681ee78b745c06588f01e6c603 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
-dnl   Copyright (C) 2012-2014 Free Software Foundation, Inc.
+dnl   Copyright (C) 2012-2015 Free Software Foundation, Inc.
 dnl
 dnl This file is free software; you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -124,6 +124,9 @@ case "${host}" in
 esac
 AC_SUBST(DEMANGLER_NAME)
 
+AC_CHECK_SIZEOF([long])
+AC_CHECK_TYPES([long long], [AC_CHECK_SIZEOF(long long)])
+
 AC_CHECK_HEADERS(string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h)
 AC_HEADER_SYS_WAIT
 ACX_HEADER_STRING
@@ -411,6 +414,9 @@ changequote([,])dnl
 
        # Add objdump private vectors.
        case $targ in
+       avr-*-*)
+         od_vectors="$od_vectors objdump_private_desc_elf32_avr"
+         ;;
        powerpc-*-aix*)
          od_vectors="$od_vectors objdump_private_desc_xcoff"
          ;;
@@ -431,6 +437,8 @@ for i in $od_vectors ; do
        f="$f $i"
        OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
        case $i in
+       objdump_private_desc_elf32_avr)
+           od_files="$od_files od-elf32_avr" ;;
        objdump_private_desc_xcoff)
            od_files="$od_files od-xcoff" ;;
        objdump_private_desc_mach_o)
This page took 0.025382 seconds and 4 git commands to generate.