diff options
| author | thorpej <thorpej@NetBSD.org> | 1998-07-12 19:15:21 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1998-07-12 19:15:21 +0000 |
| commit | e97c021b991a3361202efea7c3728ede10bda6c9 (patch) | |
| tree | 67a1703aba9f3cbd6b45feba9563947228066ee7 /gnu/lib | |
| parent | 33872f4fd561a323d10e2307081a3f0283d22942 (diff) | |
Update to match config.bfd.
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/bfd/targmatch.h | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/gnu/lib/bfd/targmatch.h b/gnu/lib/bfd/targmatch.h index db2f94433ea..11ec95d64cc 100644 --- a/gnu/lib/bfd/targmatch.h +++ b/gnu/lib/bfd/targmatch.h @@ -1,4 +1,4 @@ -/* $NetBSD: targmatch.h,v 1.2 1998/07/12 19:09:29 thorpej Exp $ */ +/* $NetBSD: targmatch.h,v 1.3 1998/07/12 19:15:21 thorpej Exp $ */ /* * This file was copied by hand from the result of configure with a @@ -6,7 +6,15 @@ */ #ifdef BFD64 +#if !defined (SELECT_VECS) || defined (HAVE_bfd_elf64_alpha_vec) +{ "alpha-*-netbsd*", +&bfd_elf64_alpha_vec }, +#endif + + + #if !defined (SELECT_VECS) || defined (HAVE_ecoffalpha_little_vec) + { "alpha-*-netware*", &ecoffalpha_little_vec }, #endif @@ -45,6 +53,14 @@ #endif /* BFD64 */ +#if !defined (SELECT_VECS) || defined (HAVE_armnetbsd_vec) + +{ "arm-*-netbsd*", +&armnetbsd_vec }, +#endif + + + #if !defined (SELECT_VECS) || defined (HAVE_riscix_vec) { "arm-*-riscix*", @@ -919,6 +935,15 @@ #endif +#if !defined (SELECT_VECS) || defined (HAVE_vaxnetbsd_vec) + +{ "vax-*-netbsd*", +&vaxnetbsd_vec }, +#endif + + + + #if !defined (SELECT_VECS) || defined (HAVE_we32kcoff_vec) { "we32k-*-*", |
