OSDN Git Service

* configure.in: Allow libgcj to be built on Sparc Solaris.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2001 18:10:07 +0000 (18:10 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2001 18:10:07 +0000 (18:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39279 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure.in

index ef5e5e0..b6a0a87 100644 (file)
--- 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.
index ae82d2d..36c1796 100644 (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}"
     ;;