From 5303c57477417708a2a6156a8da10fe840630694 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 10 Feb 1998 20:04:48 +0000 Subject: [PATCH] * configure.in: Change -linux* to -linux-gnu*. * config.bfd, configure.host: Likewise. * configure: Rebuild. --- bfd/ChangeLog | 6 ++++++ bfd/configure | 8 ++++---- bfd/configure.in | 8 ++++---- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index aca18fbe96a..69f4aa601b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 10 15:01:39 1998 Ian Lance Taylor + + * configure.in: Change -linux* to -linux-gnu*. + * config.bfd, configure.host: Likewise. + * configure: Rebuild. + Mon Feb 9 19:40:59 1998 Nick Clifton * elf32-v850.c (v850_elf_store_addend_in_insn): Fix another diff --git a/bfd/configure b/bfd/configure index d776fef1245..12efec90b9c 100755 --- a/bfd/configure +++ b/bfd/configure @@ -2315,7 +2315,7 @@ COREFILE= COREFLAG= if test "${target}" = "${host}"; then case "${host}" in - alpha*-*-linux*) + alpha*-*-linux-gnu*) COREFILE=trad-core.lo cat >> confdefs.h <<\EOF #define TRAD_HEADER "hosts/alphalinux.h" @@ -2374,7 +2374,7 @@ EOF EOF ;; - i[3456]86-*-linux*) + i[3456]86-*-linux-gnu*) COREFILE=trad-core.lo cat >> confdefs.h <<\EOF #define TRAD_HEADER "hosts/i386linux.h" @@ -2454,7 +2454,7 @@ EOF EOF ;; - m68*-*-linux*) + m68*-*-linux-gnu*) COREFILE=trad-core.lo cat >> confdefs.h <<\EOF #define TRAD_HEADER "hosts/m68klinux.h" @@ -2514,7 +2514,7 @@ EOF sparc-*-netbsd* | sparc-*-openbsd*) COREFILE=netbsd-core.lo ;; - sparc*-*-linux*) + sparc*-*-linux-gnu*) COREFILE=trad-core.lo cat >> confdefs.h <<\EOF #define TRAD_HEADER "hosts/sparclinux.h" diff --git a/bfd/configure.in b/bfd/configure.in index 85fd54e1617..af3e40a327b 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -110,7 +110,7 @@ COREFILE= COREFLAG= if test "${target}" = "${host}"; then case "${host}" in - alpha*-*-linux*) + alpha*-*-linux-gnu*) COREFILE=trad-core.lo AC_DEFINE(TRAD_HEADER,"hosts/alphalinux.h") ;; @@ -163,7 +163,7 @@ changequote([,])dnl AC_DEFINE(TRAD_HEADER,"hosts/i386mach3.h") ;; changequote(,)dnl - i[3456]86-*-linux*) + i[3456]86-*-linux-gnu*) changequote([,])dnl COREFILE=trad-core.lo AC_DEFINE(TRAD_HEADER,"hosts/i386linux.h") @@ -216,7 +216,7 @@ changequote([,])dnl COREFILE=trad-core.lo AC_DEFINE(TRAD_HEADER,"hosts/hp300bsd.h") ;; - m68*-*-linux*) + m68*-*-linux-gnu*) COREFILE=trad-core.lo AC_DEFINE(TRAD_HEADER,"hosts/m68klinux.h") ;; @@ -258,7 +258,7 @@ changequote([,])dnl sparc-*-netbsd* | sparc-*-openbsd*) COREFILE=netbsd-core.lo ;; - sparc*-*-linux*) + sparc*-*-linux-gnu*) COREFILE=trad-core.lo AC_DEFINE(TRAD_HEADER,"hosts/sparclinux.h") ;; -- 2.30.2