From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2119 invoked by alias); 17 Jan 2017 07:24:05 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 130939 invoked by uid 89); 17 Jan 2017 07:24:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=1536, Hx-languages-length:1088 X-Spam-User: qpsmtpd, 2 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jan 2017 07:23:53 +0000 Received: from anthias (ip-109-43-3-164.web.vodafone.de [109.43.3.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 8055E3F531; Tue, 17 Jan 2017 02:23:50 -0500 (EST) Date: Tue, 17 Jan 2017 07:24:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: java-patches@gcc.gnu.org, Jonathan Yong <10walls@gmail.com>, Dave Korn Subject: [java,i386] Remove LIBGCJ_SONAME for cygwin and mingw32 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-q1/txt/msg00004.txt.bz2 With libgcj gone, no need to define LIBGCJ_SONAME any more in any of the ports. Applied. Gerald 2017-01-17 Gerald Pfeifer * config/i386/cygwin.h (LIBGCJ_SONAME): Remove. * config/i386/mingw32.h (LIBGCJ_SONAME): Remove. Index: config/i386/cygwin.h =================================================================== --- config/i386/cygwin.h (revision 244516) +++ config/i386/cygwin.h (working copy) @@ -153,6 +153,3 @@ #endif #define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll" -/* We should find a way to not have to update this manually. */ -#define LIBGCJ_SONAME "cyggcj" /*LIBGCC_EH_EXTN*/ "-16.dll" - Index: config/i386/mingw32.h =================================================================== --- config/i386/mingw32.h (revision 244516) +++ config/i386/mingw32.h (working copy) @@ -252,5 +252,3 @@ #endif #define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll" -/* We should find a way to not have to update this manually. */ -#define LIBGCJ_SONAME "libgcj" /*LIBGCC_EH_EXTN*/ "-16.dll"