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> 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
...@@ -606,7 +606,7 @@ case "${target}" in ...@@ -606,7 +606,7 @@ case "${target}" in
;; ;;
alpha*-*-linux*) alpha*-*-linux*)
# newlib is not 64 bit ready # newlib is not 64 bit ready
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc # linux has rx in libc
skipdirs="$skipdirs target-librx" skipdirs="$skipdirs target-librx"
;; ;;
...@@ -739,7 +739,6 @@ case "${target}" in ...@@ -739,7 +739,6 @@ case "${target}" in
fi fi
;; ;;
*-*-linux*) *-*-linux*)
noconfigdirs="${libgcj}"
# linux has rx in libc # linux has rx in libc
skipdirs="$skipdirs target-librx" 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