aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef5e5e0..b6a0a87 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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}"
;;