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 | |
parent | 958157318effea2495b2e55d6b7aa471764367dd (diff) | |
download | gcc-1ace7e157e71ac3441193e5a840be7ea32b4791a.zip gcc-1ace7e157e71ac3441193e5a840be7ea32b4791a.tar.gz gcc-1ace7e157e71ac3441193e5a840be7ea32b4791a.tar.bz2 |
* configure.in: Allow libgcj to be built on Sparc Solaris.
From-SVN: r39279
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-01-26 Tom Tromey <tromey@redhat.com> + + * configure.in: Allow libgcj to be built on Sparc Solaris. + 2001-01-25 David Edelsohn <edelsohn@gnu.org> * ltcf-c.sh: Add aix5 case. diff --git a/configure.in b/configure.in index ae82d2d..36c1796 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}" ;; |