4696acf403
- sshd problem is libldap.so.4.3, at least on sparc64. placing with 4.8 one works - alpha mostly works fine, 7 new failures in atf, plus sshd problem - update release build info for many *earm*, hppa, i386, amd64, mipsel, sh3* - *mips* now at least completes mknative-gcc - sh3eb has a mknative-gcc problem
77 lines
2.0 KiB
Plaintext
77 lines
2.0 KiB
Plaintext
$NetBSD: README.gcc53,v 1.7 2016/03/22 08:22:04 mrg Exp $
|
|
|
|
lib:
|
|
libasan is disabled currently (haven't tried yet)
|
|
|
|
new stuff:
|
|
cc1objcplus
|
|
collect2 -- need to re-introduce?
|
|
libcc1
|
|
libcilkrts
|
|
libmpx
|
|
liboffloadmic
|
|
libquadmath
|
|
libvtv
|
|
libitm
|
|
|
|
other changes to look at:
|
|
|
|
Index: gcc/targhooks.c
|
|
vs new binutils
|
|
|
|
+ doc/gcov-tool.1
|
|
|
|
|
|
arch/feature list. anything not here has been switched already:
|
|
|
|
architecture tools kernels libgcc native-gcc make release runs atf
|
|
------------ ----- ------- ------ ---------- ------------ ---- ---
|
|
alpha y y y y y y[6] y - 7 new failures out of ~4000
|
|
arm y ? y y
|
|
armeb y ? y y
|
|
earm y ? y y y[3]
|
|
earmeb y ? y y y[3]
|
|
earmhf y ? y y
|
|
earmhfeb y ? y y
|
|
earmv4 y y y y y[3] y
|
|
earmv4eb y ? y y
|
|
earmv6 y ? y y y[3]
|
|
earmv6eb y ? y y
|
|
earmv6hf y ? y y
|
|
earmv6hfeb y ? y y
|
|
earmv7 y ? y y y[3]
|
|
earmv7eb y ? y y y[3]
|
|
earmv7hf y ? y y y[3]
|
|
earmv7hfeb y ? y y
|
|
hppa y ? y y y
|
|
i386 y y y y y y
|
|
m68000 y ? y y
|
|
m68k y ? y y
|
|
mipseb y ? y y
|
|
mipsel y ? y y y
|
|
mips64eb y ? n y
|
|
mips64el y ? n y
|
|
powerpc y y y y y[4] y[1?]
|
|
sh3eb y ? y y y[5]
|
|
sh3el y ? y y y
|
|
sparc y y y y y y[1]
|
|
sparc64 y y y y y n[1?,2] y[9]
|
|
vax n[7]
|
|
x86_64 y y y y y y y
|
|
------------ ----- ------- ------ ---------- ------------ ---- ---
|
|
architecture tools kernels libgcc native-gcc make release runs atf
|
|
|
|
|
|
[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] - sh3eb tries to use sh specific atomic config which doesn't work, has hand edited mknative output
|
|
[6] - sshd is broken, regardless of compiler options
|
|
-- libldap.so.4.3 is broken on sparc64; replacing just this fixes sshd.
|
|
[7] - GCC fails to build
|
|
[9] - with a 4.8 base.tgz and 5.3 everythingelse.tgz, about 60 additional failures out of ~3800
|