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