* configure.in: Disable libgcj on s390-linux targets.

From-SVN: r52616
This commit is contained in:
Ulrich Weigand 2002-04-22 16:28:47 +00:00 committed by Ulrich Weigand
parent 485b5a1f51
commit 85852399b7
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-22 Ulrich Weigand <uweigand@de.ibm.com>
* configure.in: Disable libgcj on s390-linux targets.
2002-04-19 Mark Mitchell <mark@codesourcery.com>
* MAINTAINERS: Add information about purpose of this file.

View File

@ -805,6 +805,12 @@ case "${target}" in
i[34567]86-*-freebsd*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
s390*-*-linux*)
# The libffi port is not yet in the GCC tree
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;
*-*-linux*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc