diff options
author | Tom Tromey <tromey@redhat.com> | 2001-01-26 18:10:07 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-01-26 18:10:07 +0000 |
commit | 1ace7e157e71ac3441193e5a840be7ea32b4791a (patch) | |
tree | a2e45c88d0fbdf78ce9ee8a24d207341c9d0fa38 /configure.in | |
parent | 958157318effea2495b2e55d6b7aa471764367dd (diff) | |
download | gcc-1ace7e157e71ac3441193e5a840be7ea32b4791a.tar.gz |
* configure.in: Allow libgcj to be built on Sparc Solaris.
From-SVN: r39279
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ae82d2d9dc9..36c17966a46 100644 --- a/configure.in +++ b/configure.in @@ -921,6 +921,8 @@ case "${target}" in use_gnu_ld=no fi ;; + sparc-*-solaris*) + ;; v810-*-*) noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libg++ ${libstdcxx_version} opcodes target-libgloss ${libgcj}" ;; |