diff options
author | David O'Brien <obrien@FreeBSD.org> | 2000-11-05 23:31:45 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2000-11-05 23:31:45 +0000 |
commit | adf33a6b291deaca3834aeb124c618d707704fd7 (patch) | |
tree | 2e7706bc720f1ef0e5ff7a1be4644c42f9895ee3 /bfd/configure.in | |
parent | 09adb2b1a2839c231c9777a91d75d2726fbe66a8 (diff) | |
download | gdb-adf33a6b291deaca3834aeb124c618d707704fd7.tar.gz |
2000-11-05 David O'Brien <obrien@FreeBSD.org>
* configure.in: Recognize alpha-*-freebsd*.
* configure: Regenerate.
I had this in my local tree for along time and had gotten approval for this
on Mon, 22 May 2000 15:45:01 -0700 but somehow managed to never commit it.
Approved by: Nick Clifton <nickc@cygnus.com>
Message-Id: <200005222245.PAA14600@elmo.cygnus.com>
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index cb590177fc0..e5e9590a44b 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -135,6 +135,9 @@ COREFLAG= TRAD_HEADER= if test "${target}" = "${host}"; then case "${host}" in + alpha*-*-freebsd*) + COREFILE='' + ;; alpha*-*-linux-gnu*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/alphalinux.h"' |