* configure.in: Change -linux* to -linux-gnu*.
* config.bfd, configure.host: Likewise. * configure: Rebuild.
This commit is contained in:
parent
dfb3ecb277
commit
5303c57477
3 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
8
bfd/configure
vendored
8
bfd/configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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")
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue