NetBSD/external/gpl3/gcc
mrg 6ce58dac48 libgcc needs to be fully built before others (so that headers are)
so add a .WAIT.  make sure to check MKCXX for libs??c++*.

XXX turn of libasan for now.
2016-03-16 05:41:47 +00:00
..
dist remove remaining mudflap bits 2016-03-16 05:33:16 +00:00
lib libgcc needs to be fully built before others (so that headers are) 2016-03-16 05:41:47 +00:00
usr.bin quote AD and LD. 2016-03-16 05:33:50 +00:00
gcc2gcc.old
gcc2netbsd minor updates for GCC 5. 2016-03-12 21:51:02 +00:00
Makefile
Makefile.gcc_path
Makefile.hooks
README.gcc48 update for more reality. 2015-01-10 22:58:38 +00:00

$Id: README.gcc48,v 1.6 2015/01/10 22:58:38 mrg Exp $

usr.bin:
	note:
		-static-libstdc++ -static-libgcc
		-rdynamic  -lz
lib:

	G_NOEXCEPTION_FLAGS -- need to use this

new stuff:
	cc1objcplus
	collect2 -- need to re-introduce?

	gcc-ar, -nm and -ranlib, for lto plugin stuff

	- what is libitm?

x86_64 port:
- copied manually i386-builtin-types.inc instead of generating it.


arch/feature list.  anything not here has been switched already:

architecture	tools	kernels	libgcc	native-gcc	make release	runs	atf
------------	-----	-------	------	----------	------------	----	---
coldfire	yes	N/A[9]	yes	yes		yes		?	?
m68000		yes	?	yes	no[3]		
m68k		yes	yes	yes	yes		yes
powerpc64	yes[4]

[3] relocations fail in libgcc
[4] cc1 gets segv compiling libgcc.
[9] no kernels in evbcf port yet