aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
-rwxr-xr-xbfd/configure8
-rw-r--r--bfd/configure.in8
3 files changed, 14 insertions, 8 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aca18fb..69f4aa6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+Tue Feb 10 15:01:39 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in: Change -linux* to -linux-gnu*.
+ * config.bfd, configure.host: Likewise.
+ * configure: Rebuild.
+
Mon Feb 9 19:40:59 1998 Nick Clifton <nickc@cygnus.com>
* elf32-v850.c (v850_elf_store_addend_in_insn): Fix another
diff --git a/bfd/configure b/bfd/configure
index d776fef..12efec9 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 85fd54e..af3e40a 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")
;;