Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc update info for:



details:   https://anonhg.NetBSD.org/src/rev/928b44d37288
branches:  trunk
changeset: 814398:928b44d37288
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Mar 18 10:14:39 2016 +0000

description:
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

diffstat:

 external/gpl3/gcc/README.gcc53 |  33 ++++++++++++++++++++-------------
 1 files changed, 20 insertions(+), 13 deletions(-)

diffs (54 lines):

diff -r f4b5d4e80212 -r 928b44d37288 external/gpl3/gcc/README.gcc53
--- a/external/gpl3/gcc/README.gcc53    Fri Mar 18 10:10:21 2016 +0000
+++ b/external/gpl3/gcc/README.gcc53    Fri Mar 18 10:14:39 2016 +0000
@@ -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 @@
 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]



Home | Main Index | Thread Index | Old Index