Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
files/ | H | - | - | 623 | 269 | |
lib/ | H | - | - | 181,227 | 83,524 | |
patches/ | H | - | - | 25,882 | 25,418 | |
usr.bin/ | H | - | - | 137,552 | 74,516 | |
Makefile | H A D | 15-Oct-2015 | 175 | 12 | 6 | |
Makefile.gcc_path | H A D | 15-Oct-2015 | 362 | 17 | 6 | |
Makefile.hooks | H A D | 15-Oct-2015 | 772 | 28 | 18 | |
README.gcc48 | H A D | 15-Oct-2015 | 790 | 35 | 24 | |
fetch.sh | H A D | 15-Oct-2015 | 1.6 KiB | 74 | 55 | |
gcc2netbsd | H A D | 15-Oct-2015 | 2.3 KiB | 83 | 41 |
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