diff options
author | Rob Savoye <rob@cygnus> | 1994-09-28 01:31:45 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-09-28 01:31:45 +0000 |
commit | fd5032fd95b0f04e448a038ec03d82048f395c90 (patch) | |
tree | 3bc05a3913db7dba5881553c85cc76d83ea3161e | |
parent | 9de5523bb6f20557d5bc61697293be73233f8368 (diff) | |
download | gdb-fd5032fd95b0f04e448a038ec03d82048f395c90.zip gdb-fd5032fd95b0f04e448a038ec03d82048f395c90.tar.gz gdb-fd5032fd95b0f04e448a038ec03d82048f395c90.tar.bz2 |
Add libgloss.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1d13162..0045765 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch # these libraries are built for the target environment, and are built after # the host libraries and the host tools (which may be a cross compiler) # -target_libs="libm xiberty newlib libio librx libg++" +target_libs="libm xiberty libgloss newlib libio librx libg++" # these tools are built using the target libs, and are intended to run only @@ -66,7 +66,7 @@ native_only="autoconf cvs emacs emacs19 fileutils find grep groff gzip hello ind # directories to be built in a cross environment only # -cross_only="xiberty newlib" +cross_only="xiberty libgloss newlib" ## All tools belong in one of the four categories, and are assigned above ## We assign ${configdirs} this way to remove all embedded newlines. This |