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 status: i386 builds (not properly t...
details: https://anonhg.NetBSD.org/src/rev/16ff379790ea
branches: trunk
changeset: 448455:16ff379790ea
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Feb 03 12:14:45 2019 +0000
description:
update status: i386 builds (not properly tested), arm64 fails to build,
sparc64 has ICE in compiler startup (hopefully easy fix)
diffstat:
external/gpl3/gcc/README.gcc7 | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (44 lines):
diff -r 4e8f82fce6fb -r 16ff379790ea external/gpl3/gcc/README.gcc7
--- a/external/gpl3/gcc/README.gcc7 Sun Feb 03 12:13:37 2019 +0000
+++ b/external/gpl3/gcc/README.gcc7 Sun Feb 03 12:14:45 2019 +0000
@@ -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 @@
architecture tools kernels libgcc native-gcc make release runs atf
------------ ----- ------- ------ ---------- ------------ ---- ---
-aarch64 ? ? ? ? ? ? ?
+aarch64 y ? y y n[2] ? ?
alpha ? ? ? ? ? ? ?
arm ? ? ? ? ? ? ?
armeb ? ? ? ? ? ? ?
@@ -40,7 +40,7 @@
earmv7hf ? ? ? ? ? ? ?
earmv7hfeb ? ? ? ? ? ? ?
hppa ? ? ? ? ? ? ?
-i386 y ? ? ? ? ? ?
+i386 y builds y y y ? ?
ia64 ? ? ? ? ? ? ?
m68000 ? ? ? ? ? ? ?
m68k ? ? ? ? ? ? ?
@@ -52,8 +52,8 @@
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 @@
------------ ----- ------- ------ ---------- ------------ ---- ---
architecture tools kernels libgcc native-gcc make release runs atf
+[1] - sparc64-gcc gets ICE at startup
+[2] - __curbrk won't link libc.so
Home |
Main Index |
Thread Index |
Old Index