aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <phil@codesourcery.com>2003-10-20 20:04:19 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-10-20 20:04:19 +0000
commit4dd01c5cc21b189b82d0ade7234ef7643f3e0eb0 (patch)
tree88d0591eb8cabce7a19e4f7a4883e841fac0a3ac
parent27d54b2a6c18ef1ae50f1a5b432d590438445b90 (diff)
downloadgcc-4dd01c5cc21b189b82d0ade7234ef7643f3e0eb0.zip
gcc-4dd01c5cc21b189b82d0ade7234ef7643f3e0eb0.tar.gz
gcc-4dd01c5cc21b189b82d0ade7234ef7643f3e0eb0.tar.bz2
configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
2003-10-20 Phil Edwards <phil@codesourcery.com> * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs. * configure: Regenerate. From-SVN: r72714
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a35297a..2273b43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-20 Phil Edwards <phil@codesourcery.com>
+
+ * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
+ * configure: Regenerate.
+
2003-10-20 Nicolas Pitre <nico@cam.org>
* MAINTAINERS: Add myself to 'Write After Approval' section.
diff --git a/configure b/configure
index 99a624b..b49d8b1 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 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.