public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
* Bug in configure.in
@ 2002-04-16  8:01 Martin Kahlert
  2002-04-16  8:49 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Kahlert @ 2002-04-16  8:01 UTC (permalink / raw)
  To: gcc; +Cc: java

Hi!
The newest snapshot refuses to build libgcj on my Solaris box
(sparcv9-sun-solaris2.7)

I assume it's because config.guess now uses sparcv9 instead of plain sparc.

This is the patch i use, but no idea, whether it's correct:

*** gcc-20020415.old/configure.in	Mon Apr 15 20:59:13 2002
--- gcc-20020415/configure.in	Tue Apr 16 15:57:09 2002
***************
*** 1010,1018 ****
             use_gnu_ld=no
      fi
      ;;
!   sparc-*-solaris*)
      case "${host}" in
!     sparc-*-solaris2.8)
        # According to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, libjava
        # won't build correctly on Solaris 8 if there's a
        # previously-installed version of GCC in the configured prefix.
--- 1010,1018 ----
             use_gnu_ld=no
      fi
      ;;
!   sparc*-*-solaris*)
      case "${host}" in
!     sparc*-*-solaris2.8)
        # According to Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, libjava
        # won't build correctly on Solaris 8 if there's a
        # previously-installed version of GCC in the configured prefix.

-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-04-16 15:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-16  8:01 Bug in configure.in Martin Kahlert
2002-04-16  8:49 ` Tom Tromey
2002-04-16  9:04   ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).