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