Commit 5785c0ed by Bernardo Innocenti Committed by Bernardo Innocenti

configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.

 	* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
 	* configure: Regenerated.

From-SVN: r74900
parent fee3eb5e
2003-12-21 Bernardo Innocenti <bernie@develer.com>
* configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
* configure: Regenerated.
2003-12-16 Jan Hubicka <jh@suse.cz>
* MAINTAINERS: Add myself as callgraph maintainer.
......
......@@ -369,6 +369,9 @@ case "${target}" in
*) ;;
esac
;;
*-*-uclinux*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss target-rda ${libgcj}"
;;
*-*-vxworks*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss target-libiberty ${libgcj}"
;;
......
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