diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-04-22 16:28:47 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-04-22 16:28:47 +0000 |
commit | 85852399b7563deb7aa463f8b1269343a81b612d (patch) | |
tree | 0dfcb743a3ff271c052850d4662418537ab08ded /configure.in | |
parent | 485b5a1f513c79f3d050cf4504a839dfc2902286 (diff) | |
download | gcc-85852399b7563deb7aa463f8b1269343a81b612d.tar.gz |
* configure.in: Disable libgcj on s390-linux targets.
From-SVN: r52616
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 25bbe5a5aa7..2cfedccd97b 100644 --- a/configure.in +++ b/configure.in @@ -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 |