Name
Date
Size
#Lines
LOC

..--

files/H--623269

lib/H--181,22783,524

patches/H--25,88225,418

usr.bin/H--137,55274,516

MakefileH A D15-Oct-2015175 126

Makefile.gcc_pathH A D15-Oct-2015362 176

Makefile.hooksH A D15-Oct-2015772 2818

README.gcc48H A D15-Oct-2015790 3524

fetch.shH A D15-Oct-20151.6 KiB7455

gcc2netbsdH A D15-Oct-20152.3 KiB8341

README.gcc48

1$Id: README.gcc48,v 1.6 2015/01/10 22:58:38 mrg Exp $
2
3usr.bin:
4	note:
5		-static-libstdc++ -static-libgcc
6		-rdynamic  -lz
7lib:
8
9	G_NOEXCEPTION_FLAGS -- need to use this
10
11new stuff:
12	cc1objcplus
13	collect2 -- need to re-introduce?
14
15	gcc-ar, -nm and -ranlib, for lto plugin stuff
16
17	- what is libitm?
18
19x86_64 port:
20- copied manually i386-builtin-types.inc instead of generating it.
21
22
23arch/feature list.  anything not here has been switched already:
24
25architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
26------------	-----	-------	------	----------	------------	----	---
27coldfire	yes	N/A[9]	yes	yes		yes		?	?
28m68000		yes	?	yes	no[3]
29m68k		yes	yes	yes	yes		yes
30powerpc64	yes[4]
31
32[3] relocations fail in libgcc
33[4] cc1 gets segv compiling libgcc.
34[9] no kernels in evbcf port yet
35