Commit 4dd01c5c by Phil Edwards Committed by Phil Edwards

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
parent 27d54b2a
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> 2003-10-20 Nicolas Pitre <nico@cam.org>
* MAINTAINERS: Add myself to 'Write After Approval' section. * MAINTAINERS: Add myself to 'Write After Approval' section.
......
...@@ -1131,7 +1131,7 @@ case "${target}" in ...@@ -1131,7 +1131,7 @@ case "${target}" in
esac esac
;; ;;
*-*-vxworks*) *-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}"
;; ;;
alpha*-dec-osf*) alpha*-dec-osf*)
# ld works, but does not support shared libraries. # ld works, but does not support shared libraries.
......
...@@ -370,7 +370,7 @@ case "${target}" in ...@@ -370,7 +370,7 @@ case "${target}" in
esac esac
;; ;;
*-*-vxworks*) *-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}"
;; ;;
alpha*-dec-osf*) alpha*-dec-osf*)
# ld works, but does not support shared libraries. # ld works, but does not support shared libraries.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment