Commit d340e0ac by Bryce McKinlay Committed by Bryce McKinlay

* configure.in: Enable libgcj for linux targets.

From-SVN: r39177
parent c7f0da1d
2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
* configure.in: Enable libgcj for linux targets.
2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* MAINTAINERS (Write After Approval): Add myself.
......
......@@ -606,7 +606,7 @@ case "${target}" in
;;
alpha*-*-linux*)
# newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;
......@@ -739,7 +739,6 @@ case "${target}" in
fi
;;
*-*-linux*)
noconfigdirs="${libgcj}"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;
......
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