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 a bunch of reality.
details: https://anonhg.NetBSD.org/src/rev/49288e9e5708
branches: trunk
changeset: 460919:49288e9e5708
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Nov 10 10:31:38 2019 +0000
description:
update a bunch of reality.
diffstat:
external/gpl3/gcc/README.gcc8 | 27 ++++++++++++++++++---------
1 files changed, 18 insertions(+), 9 deletions(-)
diffs (72 lines):
diff -r f90cdedef495 -r 49288e9e5708 external/gpl3/gcc/README.gcc8
--- a/external/gpl3/gcc/README.gcc8 Sun Nov 10 09:55:29 2019 +0000
+++ b/external/gpl3/gcc/README.gcc8 Sun Nov 10 10:31:38 2019 +0000
@@ -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 @@
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 @@
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 @@
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 @@
------------ ----- ------- ------ ---------- ------------ ---- ---
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 @@
dreamcast evbsh3 hpcsh landisk mmeye
sh3eb: - ? - - ?
sh3el: ? ? ? ? -
+
+
+
+
Home |
Main Index |
Thread Index |
Old Index