From patchwork Sat Dec 29 17:32:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 208676 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id F0C552C00B9 for ; Sun, 30 Dec 2012 04:32:57 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1357407179; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=S5IOXtcc/0n+VuG1VlWq7AzpnlY=; b=d1f+IW6tfEBRNIk +znaWlppg09N1y/UfmieL73qSiXpaXIIs19YVII05RXIhvibLVVb6oLquHLQ3KYG 2it+/6opidkPbeJMbwkNxCdRN1oXJ8fr3019Imx662PpSWEWH71GTeIV116z3ii5 gtj2uMXgeVTzw8qAaoIlPf16GWPo= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=LmNzKbEqFnQaMfussi7i2ILbFGEW7vY+G4V/g0PWzvwqBsbxSkvWnhEvcsZbqX FTw6yYbH+PHlrb/K3+ZiqWkyzbPFTEmde/D7esmbKkdD0h43Rdxz107T3DNpVwLK fR4uWIAT6l1SDrlFoK2bQGYG31+JM2Omd9RuBK2cZaaNU=; Received: (qmail 19399 invoked by alias); 29 Dec 2012 17:32:52 -0000 Received: (qmail 19378 invoked by uid 22791); 29 Dec 2012 17:32:51 -0000 X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL, BAYES_00, KHOP_THREADED, TW_GC X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Dec 2012 17:32:46 +0000 Received: from [192.168.173.14] (207.243.3.202.dsl.dyn.mana.pf [202.3.243.207]) by ainaz.pair.com (Postfix) with ESMTPSA id 550563F477; Sat, 29 Dec 2012 12:32:41 -0500 (EST) Date: Sat, 29 Dec 2012 07:32:27 -1000 (TAHT) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org cc: Andrew Pinski Subject: Re: [wwwdocs] Clean up some references to cvs.html In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org On Fri, 28 Dec 2012, Gerald Pfeifer wrote: > Planning to simplify/improve things partly based on that thread, > I noticed that we actually have too many references to that page, > so before I proceed with the other changes, this one cleans things > up a bit (and reduces the number of direct references we have to > CVS or Subversion). And here is one for java/. Applied as well. Gerald 2012-12-29 Gerald Pfeifer * gcj2.html: Remove link to our old CVS page. Index: gcj2.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/gcj2.html,v retrieving revision 1.9 diff -u -3 -p -r1.9 gcj2.html --- gcj2.html 25 Mar 2002 20:50:21 -0000 1.9 +++ gcj2.html 29 Dec 2012 17:28:05 -0000 @@ -72,9 +72,9 @@ href="http://gcc.gnu.org/">GCC proje

How to get it

The new Java front end is very easy to download and install. Since -it is it fully integrated into GCC, you can simply follow the GCC download and build -instructions. Note that you'll want to configure GCC to use the +it is it fully integrated into GCC, you can simply follow the +GCC download and build instructions. +Note that you'll want to configure GCC to use the appropriate threads system; see the libgcj page for details.