diff options
author | DJ Delorie <dj@redhat.com> | 2003-10-20 21:53:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-10-20 21:53:45 +0000 |
commit | 3a48a978f9bd0b2288e60f126995a445f3130b09 (patch) | |
tree | 5d3bc43124ce97ec59379619ab8ed58c6bbd6526 /configure.in | |
parent | aa2a9a3c82ce50ff1015d7c888be9b4d152f740c (diff) | |
download | gdb-3a48a978f9bd0b2288e60f126995a445f3130b09.zip gdb-3a48a978f9bd0b2288e60f126995a445f3130b09.tar.gz gdb-3a48a978f9bd0b2288e60f126995a445f3130b09.tar.bz2 |
* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
* configure: Regenerate.
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 1ab21a8..f849e26 100644 --- a/configure.in +++ b/configure.in @@ -370,7 +370,7 @@ case "${target}" in esac ;; *-*-vxworks*) - noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" + noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}" ;; alpha*-dec-osf*) # ld works, but does not support shared libraries. |