diff options
author | DJ Delorie <dj@delorie.com> | 2003-10-20 21:53:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2003-10-20 21:53:45 +0000 |
commit | 078505894efddcd927fb8a6d9b85477a784717a3 (patch) | |
tree | 41e0e764b152cbc66d4dec3613919180f2cc0a0b /configure.in | |
parent | 5936bdb08b75879a6f42169e5039bc6c40aae466 (diff) | |
download | gdb-078505894efddcd927fb8a6d9b85477a784717a3.tar.gz |
* 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 1ab21a8345f..f849e26ccff 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. |