[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ports/sh3/faq.xml: 1.1 -> 1.2



以下のページの更新をしました。ツッコミをお願いします。

Ports/sh3/faq.xml: 1.1 -> 1.2
> revision 1.2
> date: 2007/04/07 00:51:34;  author: uwe;  state: Exp;  lines: +5 -14
> Nuke cross-building information that is *so* pre-1.6, just redirect to
> the Guide.
> 
> XXX: This FAQ needs a MAJOR update, but I'm not shaving that yack yet.

月曜日までに異議がなければ、 commit します。

以下、訳と原文それぞれの新旧の差分です。

--- Ports/sh3/faq.xml.orig	2007-04-28 19:16:40.000000000 +0900
+++ Ports/sh3/faq.xml	2007-04-28 19:16:40.000000000 +0900
@@ -5,10 +5,10 @@
 
 <webpage id="ja-Ports-sh3-faq">
 <config param="desc" value="NetBSD/sh3 よくある質問"/>
-<config param="cvstag" value="$NetBSD: faq.xml,v 1.1 2007/04/06 23:14:56 hubertf Exp $"/>
+<config param="cvstag" value="$NetBSD: faq.xml,v 1.2 2007/04/07 00:51:34 uwe Exp $"/>
 <!-- Based on english version: -->
-<!-- NetBSD: faq.xml,v 1.1 2007/04/06 23:14:56 hubertf Exp   -->
-<config param="rcsdate" value="$Date: 2007/04/06 23:14:56 $"/>
+<!-- NetBSD: faq.xml,v 1.2 2007/04/07 00:51:34 uwe Exp   -->
+<config param="rcsdate" value="$Date: 2007/04/07 00:51:34 $"/>
 <head>
 
 <!-- Copyright (c) 1994-2007
@@ -25,20 +25,9 @@
 <sect3 id="crossbuild">
 <title>クロスビルドの始め方は ?</title>
 <para>
-クロスビルド全般については
-<ulink url="../../Documentation/cross/">Cross-building NetBSD</ulink>
-を見てください。</para>
-<para>
-<filename role="pkg">cross/sh-netbsdcoff</filename> (ビッグエンディアン用) と
-<filename role="pkg">cross/shel-netbsdcoff</filename> (リトルエンディアン用)
-から始めるのがよいでしょう。
-ビルドスクリプトは
-<ulink
-url="http://cvsweb.NetBSD.org/bsdweb.cgi/sys/arch/sh3/conf/build-sh3.el?rev=HEAD&amp;content-type=text/x-cvsweb-markup">sys/arch/sh3/conf/build-sh3.el</ulink>
-と <ulink
-url="http://cvsweb.NetBSD.org/bsdweb.cgi/sys/arch/sh3/conf/build-sh3.eb.?rev=HEAD&amp;content-type=text/x-cvsweb-markup">sys/arch/sh3/conf/build-sh3.eb.</ulink> です。
-少なくとも <varname>MACHINEM</varname> と
-<varname>MACHINE_ARCH</varname> は書き換えねばなりません。</para>
+NetBSD のソースツリーはクロスビルドに完全対応しています。
+詳細は <ulink url="../../Documentation/cross/">Cross-building NetBSD</ulink>
+をご覧ください。</para>
 </sect3>
 </sect2>
 
Index: Ports/sh3/faq.xml
===================================================================
RCS file: /cvsroot/htdocs/Ports/sh3/faq.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Ports/sh3/faq.xml	6 Apr 2007 23:14:56 -0000	1.1
+++ Ports/sh3/faq.xml	7 Apr 2007 00:51:34 -0000	1.2
@@ -5,8 +5,8 @@
 
 <webpage id="Ports-sh3-faq">
 <config param="desc" value="NetBSD/sh3 Frequently Asked Questions"/>
-<config param="cvstag" value="$NetBSD: faq.xml,v 1.1 2007/04/06 23:14:56 hubertf Exp $"/>
-<config param="rcsdate" value="$Date: 2007/04/06 23:14:56 $"/>
+<config param="cvstag" value="$NetBSD: faq.xml,v 1.2 2007/04/07 00:51:34 uwe Exp $"/>
+<config param="rcsdate" value="$Date: 2007/04/07 00:51:34 $"/>
 <head>
 
 <!-- Copyright (c) 1994-2007
@@ -23,18 +23,9 @@
 <sect3 id="crossbuild">
 <title>How can I start cross-builds?</title>
 <para>
-See <ulink url="../../Documentation/cross/">Cross-building NetBSD</ulink>
-for cross build in general.</para>
-<para>
-<filename role="pkg">cross/sh-netbsdcoff</filename> (for big endian)
-and <filename role="pkg">cross/shel-netbsdcoff</filename> (for little
-endian) should be good starting points.  Build script is provided in
-<ulink
-url="http://cvsweb.NetBSD.org/bsdweb.cgi/sys/arch/sh3/conf/build-sh3.el?rev=HEAD&amp;content-type=text/x-cvsweb-markup">sys/arch/sh3/conf/build-sh3.el</ulink>
-and <ulink
-url="http://cvsweb.NetBSD.org/bsdweb.cgi/sys/arch/sh3/conf/build-sh3.eb.?rev=HEAD&amp;content-type=text/x-cvsweb-markup">sys/arch/sh3/conf/build-sh3.eb.</ulink>
-At least you need to update <varname>MACHINEM</varname> and
-<varname>MACHINE_ARCH</varname> settings.</para>
+NetBSD tree is fully cross-buildable,
+see <ulink url="../../Documentation/cross/">Cross-building NetBSD</ulink>
+for details.</para>
 </sect3>
 </sect2>