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

developers/features/table: 1.658 -> 1.659



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

developers/features/table: 1.658 -> 1.659

> revision 1.659
> date: 2006/09/29 17:50:41;  author: wiz;  state: Exp;  lines: +13 -18
> Mark ports as using gcc3/4, gdb5/6

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

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

--- developers/features/table.orig	2006-09-30 18:18:35.000000000 +0900
+++ developers/features/table	2006-09-30 18:18:35.000000000 +0900
@@ -1,6 +1,6 @@
-# $NetBSD: table,v 1.658 2006/09/24 02:34:51 tsutsui Exp $
+# $NetBSD: table,v 1.659 2006/09/29 17:50:41 wiz Exp $
 # <!-- Based on english version: -->
-# <!-- NetBSD: table,v 1.658 2006/09/24 02:34:51 tsutsui Exp   -->
+# <!-- NetBSD: table,v 1.659 2006/09/29 17:50:41 wiz Exp   -->
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -107,17 +107,14 @@
 	"no" はネイティブのオブジェクトファイルフォーマットとして ELF に対応していないことを表す。
 featureend ELF
 feature gcc 0
-	当該ポートで使われているコンパイラー (gcc 3.3.6, gcc 4.1.x またはその他)。
+	当該ポートで使われているコンパイラー (gcc-3.3.6, gcc-4.1.x またはその他)。
 featureend gcc
-feature	gcc4 0
-	当該ポートが gcc-4.1.x で使えるか否か。
-featureend gcc4
 feature binutils 0
 	当該ポートで使われている gas および ld。
 	"2.16.1" は 2.16.1 を、"other" は CVS ツリーにないバージョンを表す。
 featureend binutils
 feature gdb 0
-	当該ポート用の gdb が構築されているか否か。
+	当該ポート用の gdb がある場合は、そのバージョン (gdb-5.x, gdb-6.x または none)。
 featureend gdb
 feature gdb6 0
 	当該ポートが gdb-6.x に対応しているか否か。
@@ -233,7 +230,10 @@
 
 # for toolchain
 value other <font color="#FFA500">other</font>
-value gcc336 <font color="green">3.3.6</font>
+value gcc336 <font color="#FFA500">3.3.6</font>
+value gcc4 <font color="green">4.1.x</font>
+value gdb5 <font color="#FFA500">5.3</font>
+value gdb6 <font color="green">6.5</font>
 value 2.16.1 <font color="green">2.16.1</font>
 value build <font color="#FFA500">Build</font>
 value nbhost <font color="green">NBhost</font>
@@ -307,15 +307,9 @@
 ELF	yes	powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 # Compiler support: spec by arch.
-gcc	gcc336	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
-gcc	gcc336	ns32k powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
-
-#
-gcc4	no	*
-gcc4	yes	alpha arm armeb hp700 i386c
-gcc4	yes	m68000 m68k mipseb mipsel
-gcc4	yes	powerpc sh3eb sh3el sh5el
-gcc4	yes	sparc sparc64 x86_64 vax
+gcc	gcc4	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
+gcc	gcc4	powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
+gcc	gcc336	ns32k
 
 # binutils choice: spec by arch, NO POSITIVE WILDCARDS.
 binutils	other	*
@@ -324,8 +318,9 @@
 
 # GDB support: spec by arch, NO POSITIVE WILDCARDS.
 gdb	no	*
-gdb	yes	alpha arm armeb i386c m68000 m68k mipseb mipsel powerpc
-gdb	yes	sh3eb sh3el sparc sparc64 vax x86_64
+gdb	gdb5	alpha arm armeb m68000 m68k mipseb mipsel
+gdb	gdb5	sh3eb sh3el sparc vax x86_64
+gdb	gdb6	i386c powerpc sparc64
 
 gdb6	no	*
 gdb6	yes	alpha arm i386c mipseb powerpc sparc sparc64 x86_64  
Index: developers/features/table
===================================================================
RCS file: /cvsroot/htdocs/developers/features/table,v
retrieving revision 1.658
retrieving revision 1.659
diff -u -r1.658 -r1.659
--- developers/features/table	24 Sep 2006 02:34:51 -0000	1.658
+++ developers/features/table	29 Sep 2006 17:50:41 -0000	1.659
@@ -1,4 +1,4 @@
-# $NetBSD: table,v 1.658 2006/09/24 02:34:51 tsutsui Exp $
+# $NetBSD: table,v 1.659 2006/09/29 17:50:41 wiz Exp $
 
 # declare ports (rows) ("port <port> [<port_subdir>]")
 # If <port_subdir> is not specified, it defaults to the name of port.
@@ -106,17 +106,14 @@
 	as the native object file format. 
 featureend ELF
 feature gcc 0
-	Which compiler does the port use (gcc 3.3.6, gcc 4.1.x or other)?
+	Which compiler does the port use (gcc-3.3.6, gcc-4.1.x or other)?
 featureend gcc
-feature	gcc4 0
-	Does the port work with gcc-4.1.x?
-featureend gcc4
 feature binutils 0
 	Which gas and ld does the port use?
 	"2.16.1" means 2.16.1, and "other" means a version that's not in the CVS tree.
 featureend binutils
 feature gdb 0
-	Is gdb built for the port?
+	Which gdb version is used for the port, if any (gdb-5.x, gdb-6.x, or none)?
 featureend gdb
 feature gdb6 0
 	Does the port support gdb-6.x?
@@ -233,7 +230,10 @@
 
 # for toolchain
 value other <font color="#FFA500">other</font>
-value gcc336 <font color="green">3.3.6</font>
+value gcc336 <font color="#FFA500">3.3.6</font>
+value gcc4 <font color="green">4.1.x</font>
+value gdb5 <font color="#FFA500">5.3</font>
+value gdb6 <font color="green">6.5</font>
 value 2.16.1 <font color="green">2.16.1</font>
 value build <font color="#FFA500">Build</font>
 value nbhost <font color="green">NBhost</font>
@@ -307,15 +307,9 @@
 ELF	yes	powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
 
 # Compiler support: spec by arch.
-gcc	gcc336	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
-gcc	gcc336	ns32k powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
-
-#
-gcc4	no	*
-gcc4	yes	alpha arm armeb hp700 i386c
-gcc4	yes	m68000 m68k mipseb mipsel
-gcc4	yes	powerpc sh3eb sh3el sh5el
-gcc4	yes	sparc sparc64 x86_64 vax
+gcc	gcc4	alpha arm armeb hppa i386c m68000 m68k mipseb mipsel
+gcc	gcc4	powerpc sh3eb sh3el sh5el sparc sparc64 vax x86_64
+gcc	gcc336	ns32k
 
 # binutils choice: spec by arch, NO POSITIVE WILDCARDS.
 binutils	other	*
@@ -324,8 +318,9 @@
 
 # GDB support: spec by arch, NO POSITIVE WILDCARDS.
 gdb	no	*
-gdb	yes	alpha arm armeb i386c m68000 m68k mipseb mipsel powerpc
-gdb	yes	sh3eb sh3el sparc sparc64 vax x86_64
+gdb	gdb5	alpha arm armeb m68000 m68k mipseb mipsel
+gdb	gdb5	sh3eb sh3el sparc vax x86_64
+gdb	gdb6	i386c powerpc sparc64
 
 gdb6	no	*
 gdb6	yes	alpha arm i386c mipseb powerpc sparc sparc64 x86_64