Module Name:    src
Committed By:   mrg
Date:           Sun Feb  3 12:14:45 UTC 2019

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

Log Message:
update status: i386 builds (not properly tested), arm64 fails to build,
sparc64 has ICE in compiler startup (hopefully easy fix)


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

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.gcc7
diff -u src/external/gpl3/gcc/README.gcc7:1.1 src/external/gpl3/gcc/README.gcc7:1.2
--- src/external/gpl3/gcc/README.gcc7:1.1	Sat Feb  2 12:09:55 2019
+++ src/external/gpl3/gcc/README.gcc7	Sun Feb  3 12:14:45 2019
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc7,v 1.1 2019/02/02 12:09:55 mrg Exp $
+$NetBSD: README.gcc7,v 1.2 2019/02/03 12:14:45 mrg Exp $
 
 new stuff (from gcc 5):
 	cc1objcplus
@@ -21,7 +21,7 @@ atf:		does atf run / compare well
 
 architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
 ------------	-----	-------	------	----------	------------	----	---
-aarch64		?	?	?	?		?		?	?
+aarch64		y	?	y	y		n[2]		?	?
 alpha		?	?	?	?		?		?	?
 arm		?	?	?	?		?		?	?
 armeb		?	?	?	?		?		?	?
@@ -40,7 +40,7 @@ earmv7eb	?	?	?	?		?		?	?
 earmv7hf	?	?	?	?		?		?	?
 earmv7hfeb	?	?	?	?		?		?	?
 hppa		?	?	?	?		?		?	?
-i386		y	?	?	?		?		?	?
+i386		y	builds	y	y		y		?	?
 ia64		?	?	?	?		?		?	?
 m68000		?	?	?	?		?		?	?
 m68k		?	?	?	?		?		?	?
@@ -52,8 +52,8 @@ powerpc		?	?	?	?		?		?	?
 powerpc64	?	?	?	?		?		?	?
 sh3eb		?	?	?	?		?		?	?
 sh3el		?	?	?	?		?		?	?
-sparc		y	?	?	?		?		?	?
-sparc64		y	?	?	?		?		?	?
+sparc		y	y	y	y		y		y	?
+sparc64		y	?	?	n[1]		?		?	?
 vax		?	?	?	?		?		?	?
 x86_64		y	y	y	y		y		y	y
 --
@@ -64,3 +64,5 @@ coldfire	?	N/A	?	?		?		N/A	N/A
 ------------	-----	-------	------	----------	------------	----	---
 architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
 
+[1] - sparc64-gcc gets ICE at startup
+[2] - __curbrk won't link libc.so

Reply via email to