diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 1998-09-25 22:11:31 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 1998-09-25 22:11:31 +0000 |
commit | d46c1ae39af59121dc631198a7d7a09772284954 (patch) | |
tree | 8d9ad19fcd20b3c7b9d6acc6ec28f9dd5b4798a5 /configure.in | |
parent | 69da960729726894f3323027b23de8901f09e856 (diff) | |
download | gdb-d46c1ae39af59121dc631198a7d7a09772284954.zip gdb-d46c1ae39af59121dc631198a7d7a09772284954.tar.gz gdb-d46c1ae39af59121dc631198a7d7a09772284954.tar.bz2 |
Fri Sep 25 18:07:32 1998 Jeff Johnston <jjohnstn@cygnus.com>
* configure.in (target_libs): Added target-libdsp.
* Makefile.in (TARGET_CONFIGDIRS): Added libdsp as target.
New libdsp component added.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index fdc9441..a329ab5 100644 --- a/configure.in +++ b/configure.in @@ -70,6 +70,9 @@ host_tools="${host_tools} cgen" target_libs="target-libiberty \ target-libgloss \ target-newlib \ + ${start-sanitize-dsp} + target-libdsp \ + ${end-sanitize-dsp} target-libio \ target-librx \ target-libstdc++ \ |