* configure.in: Allow libgcj to be built on Sparc Solaris.

From-SVN: r39279
This commit is contained in:
Tom Tromey 2001-01-26 18:10:07 +00:00 committed by Tom Tromey
parent 958157318e
commit 1ace7e157e
2 changed files with 6 additions and 0 deletions

View file

@ -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.

View file

@ -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}"
;;