diff options
author | Steve Chamberlain <sac@cygnus> | 1992-07-17 01:34:45 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-07-17 01:34:45 +0000 |
commit | 3ad0ef3736ac336e2c4f621498c26b1cf3a3a1d0 (patch) | |
tree | c183e481e5e13a635700a7d95b0766bbac55dbae /configure.in | |
parent | 9e3e75685b827d973568557400278dc044779eed (diff) | |
download | gdb-3ad0ef3736ac336e2c4f621498c26b1cf3a3a1d0.zip gdb-3ad0ef3736ac336e2c4f621498c26b1cf3a3a1d0.tar.gz gdb-3ad0ef3736ac336e2c4f621498c26b1cf3a3a1d0.tar.bz2 |
* Makefile.in, configure.in: add tgas
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a6834da..f6d6eb9 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm" +configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas" srctrigger=cfg-paper.texi srcname="gnu development package" |