diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-02-03 04:09:26 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-02-03 04:09:26 +0000 |
commit | 229811d19034006249ce7e2e2b76f526557d9cc0 (patch) | |
tree | 60cc82a10341f394b2e2a6d8157ad2c0aa3f9a54 /bfd/configure.in | |
parent | c09eab0044449d7936c0980351e51ea0ee8d7e74 (diff) | |
download | gdb-229811d19034006249ce7e2e2b76f526557d9cc0.zip gdb-229811d19034006249ce7e2e2b76f526557d9cc0.tar.gz gdb-229811d19034006249ce7e2e2b76f526557d9cc0.tar.bz2 |
* configure.in: Change version to 2.8.4.
* configure: Regenerated.
GDB 4.17 is going to use BFD-2.8.3, so bump to 2.8.4 to avoid conflicts.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 33d2ac8..7093006 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -14,7 +14,7 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.8.2) +AM_INIT_AUTOMAKE(bfd, 2.8.4) dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl to call AC_CHECK_PROG. @@ -519,6 +519,8 @@ do sunos_big_vec) tb="$tb sunos.lo aout32.lo" ;; symbolsrec_vec) tb="$tb srec.lo" ;; tekhex_vec) tb="$tb tekhex.lo" ;; + tic30_aout_vec) tb="$tb aout-tic30.lo" ;; + tic30_coff_vec) tb="$tb coff-tic30.lo" ;; # start-sanitize-tic80 tic80coff_vec) tb="$tb coff-tic80.lo cofflink.lo" ;; # end-sanitize-tic80 |