* configure.in: Change -linux* to -linux-gnu*.
authorIan Lance Taylor <ian@airs.com>
Tue, 10 Feb 1998 20:04:48 +0000 (20:04 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 10 Feb 1998 20:04:48 +0000 (20:04 +0000)
* config.bfd, configure.host: Likewise.
* configure: Rebuild.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index aca18fbe96af6f808664b82625ce8b743ca6208e..69f4aa601b61ad09eae3008368aee0c1053759b7 100644 (file)
@@ -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
index d776fef1245f55c1ad2fe508ab0bbd5deddc0c23..12efec90b9cdcab826972b8993c1c4b9a92b6dc4 100755 (executable)
@@ -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"
index 85fd54e16170ba01978751a67d7d8bd57741603f..af3e40a327bb1be82dbd71a453b8e382e67ca8e1 100644 (file)
@@ -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")
        ;;
This page took 0.040455 seconds and 4 git commands to generate.