diff options
author | Sean Eric Fagan <sef@cygnus> | 1994-06-24 05:44:12 +0000 |
---|---|---|
committer | Sean Eric Fagan <sef@cygnus> | 1994-06-24 05:44:12 +0000 |
commit | bb9ae4587d31eadbdbbae6fb71b4b899153f6af1 (patch) | |
tree | dccac57a605717e6de7ca3dda446d66c1039a1b8 /configure.in | |
parent | 8af74670dfb7ea87529f7ca1fbc254cdc59bc89b (diff) | |
download | gdb-bb9ae4587d31eadbdbbae6fb71b4b899153f6af1.zip gdb-bb9ae4587d31eadbdbbae6fb71b4b899153f6af1.tar.gz gdb-bb9ae4587d31eadbdbbae6fb71b4b899153f6af1.tar.bz2 |
Removing a mistake I made (don't put newlib in host_tools).
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 7f0eed8..78e8bcb 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent - recode release sed utils newlib" + recode release sed utils" # these libraries are built for the target environment, and are built after |