From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35741 invoked by alias); 22 Jan 2017 18:36:36 -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 35722 invoked by uid 89); 22 Jan 2017 18:36:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=jun, Jun, 7.1, UD:jpg 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; Sun, 22 Jan 2017 18:36:25 +0000 Received: from anthias (vie-188-118-248-047.dsl.sil.at [188.118.248.47]) (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 415F53F531; Sun, 22 Jan 2017 13:36:23 -0500 (EST) Date: Sun, 22 Jan 2017 18:36:00 -0000 From: Gerald Pfeifer To: java-patches@gcc.gnu.org cc: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Delete GCJ In-Reply-To: <610ea470-7197-2f55-1fee-23f89a443460@redhat.com> Message-ID: References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <610ea470-7197-2f55-1fee-23f89a443460@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2017-q1/txt/msg00011.txt.bz2 And here is more or less the last patch in this series, removing java/libgcj2.html and two images (gcj.jpg and swingshot.png). The only thing left in wwwdocs is a potential merge of java/news.html into our general news.html that I am considering. That'd take a bit more time, and I'll see whether I can do that before the GCC 7.1 release. Gerald Index: java/libgcj2.html =================================================================== RCS file: java/libgcj2.html diff -N java/libgcj2.html --- java/libgcj2.html 30 Jun 2014 09:29:09 -0000 1.12 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,38 +0,0 @@ - - - -The libgcj home page - - - - -

The libgcj home page

- -

What is it?

- -

``libgcj'' is the runtime that goes along with the gcj front end to GCC. libgcj includes parts - of the Java Class Libraries, plus glue to connect the libraries to - the compiler and the underlying OS.

- -

What you get

- -

libgcj eventually builds a couple of libraries (one for the - runtime and one for the garbage collector), a ``zip'' version of - the class libraries, and a program called ``jv-convert'' which can - be used to do character encoding transformations.

- -

What is missing?

- -

The runtime is not yet fully complete. Parts of the standard - class libraries are missing (most notably AWT), though much of the - equivalent of JDK 1.2 has been supported. - Also, the bytecode interpreter available only on certain platforms.

- -

How to build it

- -

Just follow our installation - instructions.

- - - Index: java/gcj.jpg =================================================================== RCS file: java/gcj.jpg diff -N java/gcj.jpg Binary files /tmp/cvseTgpza and /dev/null differ Index: java/swingshot.png =================================================================== RCS file: java/swingshot.png diff -N java/swingshot.png Binary files /tmp/cvsGkz1jF and /dev/null differ