Module Name:    src
Committed By:   mrg
Date:           Sun Nov 10 10:31:39 UTC 2019

Modified Files:
        src/external/gpl3/gcc: README.gcc8

Log Message:
update a bunch of reality.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/README.gcc8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/README.gcc8
diff -u src/external/gpl3/gcc/README.gcc8:1.2 src/external/gpl3/gcc/README.gcc8:1.3
--- src/external/gpl3/gcc/README.gcc8:1.2	Fri Oct  4 08:51:32 2019
+++ src/external/gpl3/gcc/README.gcc8	Sun Nov 10 10:31:38 2019
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc8,v 1.2 2019/10/04 08:51:32 mrg Exp $
+$NetBSD: README.gcc8,v 1.3 2019/11/10 10:31:38 mrg Exp $
 
 new stuff:
 	cc1objcplus
@@ -7,6 +7,11 @@ new stuff:
 	libvtv
 	libcet
 
+
+todo:
+	- audit all uses of new warning-disable variables and
+	  convert some from -Wno- to -Wno-error=
+
 arch/feature list.
 
 tools:		does build.sh tools work?
@@ -21,10 +26,8 @@ switched:	has port switched?  y (yes), n
 
 architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf	switched
 ------------	-----	-------	------	----------	------------	----	---	--------
-aarch64		y	y	y	y		?		?	?	?
-alpha		y	?	?	y		?		?	?	?
-arm		y	?	?	y		?		?	?	?
-armeb		y	?	?	y		?		?	?	?
+aarch64		y	y	y	y		y		y	y	y
+alpha		y	y	y	y		y		?	?	?
 earmv4		y	?	?	y		?		?	?	?
 earmv4eb	y	?	?	y		?		?	?	?
 earm		y	?	?	y		?		?	?	?
@@ -46,16 +49,16 @@ m68000		y	?	?	y		?		?	?	?
 m68k		y	?	?	y		?		?	?	?
 mipseb		y	?	?	y		?		?	?	?
 mipsel		y	?	?	y		?		?	?	?
-mips64eb	y	?	?	y		?		?	?	?
+mips64eb	y	y	y	y		y		y	y[2]	?
 mips64el	y	?	?	y		?		?	?	?
-powerpc		y	?	?	y		?		?	?	?
-powerpc64	y	?	?	y		?		?	?	?
+powerpc		y	y	y	y		y		y	y[1]	?
+powerpc64	y	?	y	y		y		?	?	?
 sh3eb		y	?	?	y		?		?	?	?
 sh3el		y	?	?	y		?		?	?	?
 sparc		y	y	y	y		y		y	?	?
 sparc64		y	?	?	y		?		?	?	?
 vax		y	?	?	y		?		?	?	?
-x86_64		y	y	y	y		y		y	?	?
+x86_64		y	y	y	y		y		y	y	y
 riscv32		y	?	?	y		?		?	?	?	
 riscv64		y	?	?	y		?		?	?	?
 --
@@ -63,6 +66,8 @@ coldfire	?	N/A	?	?		?		N/A	N/A
 ------------	-----	-------	------	----------	------------	----	---
 architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
 
+[1] - many ipsec atf and c++ failures
+[2] - lots of failures, no idea if bad
 
 CPU vs platform test table (for CPUs with multiple ports).  this is "make release" or just kernels.
 values:		y (yes), k (kernels only), n (failed), r (running), ? (not attempted)
@@ -99,3 +104,7 @@ powerpc64:	-		-		?[9]		-		?[9]		-		?[9]	
 		dreamcast	evbsh3		hpcsh		landisk		mmeye
 sh3eb:		-		?		-		-		?
 sh3el:		?		?		?		?		-
+
+
+
+

Reply via email to