Forgot to check this in last week:

2000-05-22  David O'Brien  <obrien@FreeBSD.org>

	* configure.in: Recognize alpha-*-freebsd*.
	* configure: Regenerate.
This commit is contained in:
Phil Blundell
2000-05-31 11:28:42 +00:00
parent 0ea02a330c
commit f8a78bd803
3 changed files with 226 additions and 227 deletions

View File

@@ -1,3 +1,8 @@
2000-05-22 David O'Brien <obrien@FreeBSD.org>
* configure.in: Recognize alpha-*-freebsd*.
* configure: Regenerate.
2000-05-26 Scott Bambrough <scottb@netwinder.org>
Port of patch to mainline by Nick Clifton <nickc@cygnus.com>:

447
gas/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -147,6 +147,7 @@ changequote([,])dnl
alpha*-*-osf*) fmt=ecoff ;;
alpha*-*-linuxecoff*) fmt=ecoff ;;
alpha*-*-linux-gnu*) fmt=elf em=linux ;;
alpha*-*-freebsd*) fmt=elf em=freebsd ;;
alpha*-*-netbsd*) fmt=elf em=nbsd ;;
arc-*-elf*) fmt=elf bfd_gas=yes ;;