NetBSD/external/gpl3/gcc.old
dholland dca47d5247 Restore the local change
-gcc: internal compiler error: Killed (program cc1plus)
  +gcc: internal compiler error: Killed (program cc1plus received signal 9)
which was lost in an update somewhere after netbsd-6.

This clarification was found in the past to significantly reduce the
number of bug reports caused by people running out of swap, such as
(most likely) seen again today in PR 50802.

XXX: pullup-7
2016-02-14 19:08:10 +00:00
..
dist Restore the local change 2016-02-14 19:08:10 +00:00
lib - Change LDADD/DPADD in library dependencies to LIBDPLIBS 2016-01-05 13:07:46 +00:00
usr.bin add -fdebug-regex-map=regex=subst which works like sed -e s/regex/subst/ 2016-01-09 02:00:14 +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