Module Name:    src
Committed By:   mrg
Date:           Fri Mar 18 10:14:39 UTC 2016

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

Log Message:
update info for:
        hppa: libc build failes in fenv.c
        m68*: libc fails with stack protector issues
        mips*: libgcc fails
        sh*: initial stuff works
        sparc*: sshd is broken for both, perhaps kernels are SMP problematic
        vax: tools/gcc failes


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

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.gcc53
diff -u src/external/gpl3/gcc/README.gcc53:1.3 src/external/gpl3/gcc/README.gcc53:1.4
--- src/external/gpl3/gcc/README.gcc53:1.3	Fri Mar 18 07:30:47 2016
+++ src/external/gpl3/gcc/README.gcc53	Fri Mar 18 10:14:39 2016
@@ -1,4 +1,4 @@
-$NetBSD: README.gcc53,v 1.3 2016/03/18 07:30:47 mrg Exp $
+$NetBSD: README.gcc53,v 1.4 2016/03/18 10:14:39 mrg Exp $
 
 lib:
 	libasan is disabled currently (haven't tried yet)
@@ -43,25 +43,32 @@ earmv7		y	?	y	y
 earmv7eb	y	?	y	y
 earmv7hf	y	?	y	y
 earmv7hfeb	y	?	y	y
-hppa
+hppa		y	?	y	n[6]
 i386		y	y	y	y		y[4]		y	
-m68000
-m68k
-mipseb
-mipsel
-mips64eb
-mips64el
-powerpc		y	?	?	y		x
-sh3eb
-sh3el
+m68000		y	?	y	n[8]
+m68k		y	?	y	n[8]
+mipseb		y	?	n[5]
+mipsel		y	?	n[5]
+mips64eb	y	?	n[5]
+mips64el	y	?	n[5]
+powerpc		y	?	?	y		y[4]		y[1?]	
+sh3eb		y	?	y	y
+sh3el		y	?	y	y
 sparc		y	y	y	y		y[4]		y[1]
-sparc64		y	y	y	builds		y[4]		n[2]
-vax
+sparc64		y	y	y	builds		y[4]		n[1?,2]
+vax		n[7]
 x86_64		y	y	y	y		y[4]		y
 
 
 [1] - world built without -fno-delete-null-pointer-checks does not have a
       working sshd
 [2] - -O2 and -Os kernels hang, -O1 SIR reset
+	-- may be a SMP issue; ultra10 works, ultra45 SMP does not
+		-- try sb2000 (particularly with UP kernel.  u45 UP is shitty.)
 [3] - MKCOMPAT=no enabled currently
 [4] - really, this is 'distribution sets' and a kernel
+[5] - libgcc fails to build, multiply defined symbols.  probably some libgcc
+      makefile change needing re-doing.
+[6] - libc fenv.c fails to build
+[7] - GCC fails to build
+[8] - GCC fails with eg: error: stack protector not protecting local variables: variable length buffer [-Werror=stack-protector]

Reply via email to