Module Name:    src
Committed By:   mrg
Date:           Tue Feb  5 11:44:19 UTC 2019

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

Log Message:
arm (oabi) works.
ppc64 has tools/gcc build failure.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/external/gpl3/gcc/README.gcc7:1.6
--- src/external/gpl3/gcc/README.gcc7:1.5	Tue Feb  5 11:02:44 2019
+++ src/external/gpl3/gcc/README.gcc7	Tue Feb  5 11:44:18 2019
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc7,v 1.5 2019/02/05 11:02:44 mrg Exp $
+$NetBSD: README.gcc7,v 1.6 2019/02/05 11:44:18 mrg Exp $
 
 new stuff (from gcc 5):
 	cc1objcplus
@@ -28,7 +28,7 @@ architecture	tools	kernels	libgcc	native
 ------------	-----	-------	------	----------	------------	----	---
 aarch64		y	?	y	y		n[2]		?	?
 alpha		y	?	y	y		y		y	?
-arm		y	?	y	y		?		?	?
+arm		y	y	y	y		y		y	?
 armeb		y	?	y	y		?		?	?
 earm		?	?	?	?		?		?	?
 earmeb		?	?	?	?		?		?	?
@@ -54,7 +54,7 @@ mipsel		y	?	?	y		?		?	?
 mips64eb	y	y	y	y		y		y	?
 mips64el	y	?	?	y		?		?	?
 powerpc		y	y	y	y		y		y	?
-powerpc64	?	?	?	?		?		?	?
+powerpc64	n[9]	?	?	?		?		?	?
 sh3eb		y	?	y	y		?		?	?
 sh3el		y	?	y	y		?		?	?
 sparc		y	y	y	y		y		y	?
@@ -89,4 +89,6 @@ architecture	tools	kernels	libgcc	native
 [6] - uncommited changes that need confirming.
 [7] - ramdisk fails:  32,nbmakefs: Writing inode 1562 (work/./usr/mdec/boot), bytes 229376 + 4096: No space left on device
 [8] - ramdisk fails:  32,nbmakefs: Writing inode 1026 (work/./usr/share/zoneinfo/US/Alaska), bytes 0 + 2380: No space left on device
+[9] - gcc doesn't build:
+	/usr/src6/tools/gcc/../../external/gpl3/gcc/dist/gcc/stor-layout.c:722:29: error: macro "ADJUST_FIELD_ALIGN" passed 3 arguments, but takes just 2
 

Reply via email to