diff options
author | Sean Eric Fagan <sef@cygnus> | 1992-03-27 22:10:04 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1992-03-27 22:10:04 +0000 |
commit | a95888ed71f7a05536e5effabf054a624d71faa7 (patch) | |
tree | d687f2657405d7dd36508dc7a5c4dd545386aae5 /configure.in | |
parent | 9a14a29d8afd3b0099993eda7b576bf587b9bd80 (diff) | |
download | gdb-a95888ed71f7a05536e5effabf054a624d71faa7.zip gdb-a95888ed71f7a05536e5effabf054a624d71faa7.tar.gz gdb-a95888ed71f7a05536e5effabf054a624d71faa7.tar.bz2 |
Added support for building on/for an embedded 386 using encapsulated coff.
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 5bf6978..aae4f49 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="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs gdbm cvs patch send_pr libg++ newlib" +configdirs="mmalloc libiberty texinfo bfd binutils byacc bison gcc readline glob ld gas gdb emacs ispell make grep diff rcs gdbm cvs patch send_pr libg++ newlib gprof" srctrigger=cfg-paper.texi srcname="gnu development package" |