* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
* configure: Regenerate.
This commit is contained in:
parent
76a7df5256
commit
4883801c0f
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-20 Phil Edwards <phil@codesourcery.com>
|
||||||
|
|
||||||
|
* configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
|
2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
|
* Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
|
||||||
|
2
configure
vendored
2
configure
vendored
@ -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
|
|||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user