Add Linux/x86_64 core support to i[3-7]86-*-linux
[deliverable/binutils-gdb.git] / bfd / configure
index fdf5356bc000280301da1b82a444d490a328bb96..427e5c10cd5024e3c494682aeb1e50e7f8467618 100755 (executable)
@@ -13927,6 +13927,10 @@ if test "${target}" = "${host}"; then
   i[3-7]86-*-linux-*)
        COREFILE=trad-core.lo
        TRAD_HEADER='"hosts/i386linux.h"'
+       case "$enable_targets" in
+       *x86_64-*linux*)
+         CORE_HEADER='"hosts/x86-64linux.h"'
+       esac
        ;;
   i[3-7]86-*-isc*)     COREFILE=trad-core.lo ;;
   i[3-7]86-*-aix*)     COREFILE=aix386-core.lo ;;
This page took 0.03583 seconds and 4 git commands to generate.