From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24719 invoked by alias); 16 Apr 2002 14:01:03 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 24599 invoked from network); 16 Apr 2002 14:00:52 -0000 Received: from unknown (HELO thoth.sbs.de) (192.35.17.2) by sources.redhat.com with SMTP; 16 Apr 2002 14:00:52 -0000 Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.11.6/8.11.6) with ESMTP id g3GE0ov13074; Tue, 16 Apr 2002 16:00:50 +0200 (MEST) Received: from mail-l.muc.infineon.com (mail-l.muc.infineon.com [172.29.174.210]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id g3GE0oC27029; Tue, 16 Apr 2002 16:00:50 +0200 (MEST) Received: from keksy.muc.infineon.com (keksy [172.29.174.218]) by mail-l.muc.infineon.com with ESMTP id g3GE0nGk021372; Tue, 16 Apr 2002 16:00:49 +0200 (MET DST) Received: (from kahlert@localhost) by keksy.muc.infineon.com (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id g3GE0nY24146; Tue, 16 Apr 2002 16:00:49 +0200 Date: Tue, 16 Apr 2002 08:01:00 -0000 From: Martin Kahlert To: gcc@gcc.gnu.org Cc: java@gcc.gnu.org Subject: Bug in configure.in Message-ID: <20020416160049.A24086@keksy.muc.infineon.com> Reply-To: martin.kahlert@infineon.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-04/txt/msg00238.txt.bz2 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 , 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 , 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.