public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: Martin Kahlert <martin.kahlert@infineon.com>
To: gcc@gcc.gnu.org
Cc: java@gcc.gnu.org
Subject: Bug in configure.in
Date: Tue, 16 Apr 2002 08:01:00 -0000	[thread overview]
Message-ID: <20020416160049.A24086@keksy.muc.infineon.com> (raw)

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.

             reply	other threads:[~2002-04-16 14:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-16  8:01 Martin Kahlert [this message]
2002-04-16  8:49 ` Tom Tromey
2002-04-16  9:04   ` David S. Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020416160049.A24086@keksy.muc.infineon.com \
    --to=martin.kahlert@infineon.com \
    --cc=gcc@gcc.gnu.org \
    --cc=java@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).