* configure.in: Enable libgcj for linux targets.

From-SVN: r39177
This commit is contained in:
Bryce McKinlay 2001-01-22 01:47:11 +00:00 committed by Bryce McKinlay
parent c7f0da1dcf
commit d340e0ac39
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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"
;;