diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-23 15:35:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-23 15:35:50 +0000 |
commit | ed84e6956070f271fa17199847375d81e75c1a46 (patch) | |
tree | 08523b7b38b4b19ed1ec54c92f44957caa8cc020 /bfd/configure.in | |
parent | f1099ef345453ffedc12ec80268bf285f837cbf1 (diff) | |
download | gdb-ed84e6956070f271fa17199847375d81e75c1a46.zip gdb-ed84e6956070f271fa17199847375d81e75c1a46.tar.gz gdb-ed84e6956070f271fa17199847375d81e75c1a46.tar.bz2 |
Accept any C library to accompany a GNU Linux implementation, not just the GNU
C library.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 9eafb2c..3735490 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -179,7 +179,7 @@ if test "${target}" = "${host}"; then alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) COREFILE='' ;; - alpha*-*-linux-gnu*) + alpha*-*-linux-*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/alphalinux.h"' ;; @@ -264,7 +264,7 @@ changequote([,])dnl TRAD_HEADER='"hosts/i386mach3.h"' ;; changequote(,)dnl - i[3-7]86-*-linux-gnu*) + i[3-7]86-*-linux-*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386linux.h"' @@ -305,7 +305,7 @@ changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/hp300bsd.h"' ;; - m68*-*-linux-gnu*) + m68*-*-linux-*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/m68klinux.h"' ;; @@ -391,7 +391,7 @@ changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/vaxult2.h"' ;; - vax-*-linux-gnu*) + vax-*-linux-*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/vaxlinux.h"' ;; |