diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-20 20:04:19 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-20 20:04:19 +0000 |
commit | e78b44dac189ec047ed0d1245a01a55d73039016 (patch) | |
tree | 88d0591eb8cabce7a19e4f7a4883e841fac0a3ac /configure | |
parent | 2a5f9ffc8d9ef7b4845377c834bb2da5df74bbc9 (diff) | |
download | gcc-e78b44dac189ec047ed0d1245a01a55d73039016.tar.gz |
2003-10-20 Phil Edwards <phil@codesourcery.com>
* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72714 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 99a624b219d..b49d8b16bfe 100755 --- a/configure +++ b/configure @@ -1131,7 +1131,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. |