From patchwork Sun Oct 28 21:18:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 194754 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 634272C008B for ; Mon, 29 Oct 2012 08:19:12 +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=1352063953; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=BQ03kuwQjFoVRrKsasgw 2Dy9EPE=; b=AOxQYQDqYJUjXTrC0GNzeW/RXxYEznt0RpCEEEC2S193GhupPZOv /4a13Jap7NG+F9QsL2EHnApufv2HGU0v4Mx8XGPOmtlCvYTUSuQqH/ANArfQRJlb L/gl726VYaexHPTndzi2Btw1VUE+XxUuCA331BDtyzOMCQ6tgTSqeP8= 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:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=JmCBHJnzGQNIqF10PH2YPSXIjUTVvnNdC4KqDLwiN1WqispBCrfRXMUJNfW6Zx SKC2x7+VlaNcZC1EmpsxYaFsOXyUVy3xMq+8KE0TYcpHwAAA9l5aHkPG9ljjHR+O Woas/zlix3ewJ1qfzIwGuU4lt7GnpYYEl7ilRlgeQnxzk=; Received: (qmail 8982 invoked by alias); 28 Oct 2012 21:19:08 -0000 Received: (qmail 8967 invoked by uid 22791); 28 Oct 2012 21:19:08 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 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; Sun, 28 Oct 2012 21:18:59 +0000 Received: from k60.suse.de (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 0F2A63F410; Sun, 28 Oct 2012 17:18:57 -0400 (EDT) Date: Sun, 28 Oct 2012 22:18:56 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [wwwdocs,Java] Some build-snapshot.html updates Message-ID: 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 While working on the sources->sourceware transition, I noticed some not directly related items and went ahead and addressed them. Committed. 2012-10-28 Gerald Pfeifer * build-snapshot.html: Refer to GNU/Linux, simplify link to installation documentation, remove reference to an old FAQ, some editorial changes. Index: build-snapshot.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/java/build-snapshot.html,v retrieving revision 1.17 diff -u -3 -p -r1.17 build-snapshot.html --- build-snapshot.html 29 Oct 2011 19:35:05 -0000 1.17 +++ build-snapshot.html 27 Oct 2012 19:01:44 -0000 @@ -6,7 +6,7 @@ -

Howto build and run libgcj/gcj snapshots or checkouts

+

How to build and run libgcj/gcj snapshots or checkouts

@@ -72,17 +72,13 @@ The Boehm GC is the collector picked up by default. -If you compile under Linux you could omit the last two options. Under +If you compile under GNU/Linux you could omit the last two options. Under Solaris you'll need them. If you omit '--prefix' the compiled source will be installed under /usr/local. For more information about installing gcc and/or configuration options see: - http://gcc.gnu.org/install/index.html + http://gcc.gnu.org/install/ -If you have a broken gas/bin-utils (such as Debian potato) then you -want to edit the auto-host.h file and remove the definition of -HAVE_GAS_HIDDEN after configuring, but before typeing make. See -the FAQ for more information. @@ -92,14 +88,11 @@ HAVE_GAS_HIDDEN after configuring, but b
 6. Adjust your environment
 
-Reflect your choice of --prefix value to your environment. It depends
-on which shell you're running. For csh compatible shells, edit a file
-env.csh:
+Reflect your choice of --prefix value to your environment. For csh
+compatible shells, this would be something like the following:
 
 setenv PATH /home/joerg/gcc/bin:$PATH
 setenv LD_LIBRARY_PATH /home/joerg/gcc/lib
-
-  $ source env.csh