From: DJ Delorie Date: Mon, 20 Oct 2003 21:53:45 +0000 (+0000) Subject: * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. X-Git-Tag: gdb_6_1-branchpoint~1099 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a48a978f9bd0b2288e60f126995a445f3130b09;p=thirdparty%2Fbinutils-gdb.git * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 5b55a4615aa..187d0ba140e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-20 Phil Edwards + + * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. + * configure: Regenerate. + 2003-10-13 Nathanael Nerode * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of 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. 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.