diff options
author | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-30 12:15:00 +0000 |
---|---|---|
committer | uweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-09-30 12:15:00 +0000 |
commit | 971b1aa439c23bde10a7e729616811377c9fbb58 (patch) | |
tree | f5a7208eeef3743fcde6fa4f91bf5f006ddba98b /configure.in | |
parent | e0aaecf37648f72bae57f746ef48f3d8cc32f48d (diff) | |
download | gcc-971b1aa439c23bde10a7e729616811377c9fbb58.tar.gz |
* configure.in (s390*-*-linux*): Enable libgcj.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57647 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 3041dd4a7c4..bee4c2998a6 100644 --- a/configure.in +++ b/configure.in @@ -421,10 +421,6 @@ 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}" - ;; i[3456]86-*-linux*) # This section makes it possible to build newlib natively on linux. # If we are using a cross compiler then don't configure newlib. |