public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Gerald Pfeifer <gerald@pfeifer.com>
To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org
Subject: [wwwdocs,Java] Some build-snapshot.html updates
Date: Sun, 28 Oct 2012 21:19:00 -0000	[thread overview]
Message-ID: <alpine.LNX.2.00.1210272101470.23898@tuna.site> (raw)

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  <gerald@pfeifer.com>
 
	* 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 @@
 
 <body>
 
-<h1>Howto build and run libgcj/gcj snapshots or checkouts</h1>
+<h1>How to build and run libgcj/gcj snapshots or checkouts</h1>
 
 <table border="0" cellpadding="4" width="95%">
 <tr bgcolor="#cccccc">
@@ -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:
 
-  <a href="http://gcc.gnu.org/install/index.html">http://gcc.gnu.org/install/index.html</a>
+  <a href="http://gcc.gnu.org/install/">http://gcc.gnu.org/install/</a>
 
-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
-<a href="faq.html#5_7">the FAQ</a> for more information.
 </pre>
 </td>
 </tr>
@@ -92,14 +88,11 @@ HAVE_GAS_HIDDEN after configuring, but b
 <pre>
 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
 </pre>
 </td>
 </tr>

                 reply	other threads:[~2012-10-28 21:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.1210272101470.23898@tuna.site \
    --to=gerald@pfeifer.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=java-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).