diff options
author | Bill Cox <bill@cygnus> | 1993-01-08 01:31:48 +0000 |
---|---|---|
committer | Bill Cox <bill@cygnus> | 1993-01-08 01:31:48 +0000 |
commit | 2abb93381c296bfde450d1cdbd470c0a934aedea (patch) | |
tree | d10102a4f942f72fbd7fdf4d4b3e288085f57c0f /configure.in | |
parent | a05e2e57ab9e15728315a7de9d372ecc120f9d32 (diff) | |
download | gdb-2abb93381c296bfde450d1cdbd470c0a934aedea.zip gdb-2abb93381c296bfde450d1cdbd470c0a934aedea.tar.gz gdb-2abb93381c296bfde450d1cdbd470c0a934aedea.tar.bz2 |
Add chillrt, h8300sim to sub dirs.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e928d76..84f01b8 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk" # these tools are built for the host environment # host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch - send_pr gprof gdbtest tgas etc expect deja-gnu z8ksim + send_pr gprof gdbtest tgas etc expect deja-gnu z8ksim h8300sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs" @@ -40,7 +40,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch target_libs="libm xiberty newlib libg++" ## start-sanitize-chill -target_libs="${target_libs} chill" +target_libs="${target_libs} chill chillrt" ## end-sanitize-chill # these tools are built using the target libs, and are intended to run only |