NetBSD/external/gpl3/gcc.old
scole 6afc3b56dd PR port-ia64/51261
Change JEMALLOC_TINY_MIN_2POW for ia64
2016-08-05 16:25:18 +00:00
..
dist PR port-ia64/51261 2016-08-05 16:25:18 +00:00
lib regenerate mknative-gcc for GCC 4.8 and *arm* 2016-04-21 07:24:09 +00:00
usr.bin find gcov.1 again. 2016-07-07 03:15:58 +00:00
gcc2netbsd re-merge GCC 4.8.5 (part 1) 2015-09-23 03:39:07 +00:00
Makefile re-merge GCC 4.8.5 (part 1) 2015-09-23 03:39:07 +00:00
Makefile.gcc_path re-merge GCC 4.8.5 (part 1) 2015-09-23 03:39:07 +00:00
Makefile.hooks import GCC 4.8.5 as gcc.old, in prepartion to update GCC. 2015-09-23 03:03:02 +00:00
README.gcc48 import GCC 4.8.5 as gcc.old, in prepartion to update GCC. 2015-09-23 03:03:02 +00:00

$Id: README.gcc48,v 1.1.1.1 2015/09/23 03:03:02 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