NetBSD/external/gpl3/gcc
jakllsch 23d6404318 Correct temporary directory preference order in libiberty's choose_tmpdir().
Because it is intended to be persistent, /var/tmp is about the worst possible
choice for temporary files for most users of libiberty.  /tmp works better,
because the the defined semantics of /tmp allow for a non-persistent tmpfs
to be used.  This should improve performance when /tmp is a tmpfs and it is
difficult or impossible to have an environment variable or command line -pipe
flag passed to every piece of the toolchain.
2015-08-10 15:45:40 +00:00
..
dist Correct temporary directory preference order in libiberty's choose_tmpdir(). 2015-08-10 15:45:40 +00:00
lib regen mknative files for GCC 4.8.5. 2015-06-25 09:53:25 +00:00
usr.bin regen mknative files for GCC 4.8.5. 2015-06-25 09:53:25 +00:00
gcc2gcc.old
gcc2netbsd
Makefile
Makefile.gcc_path
Makefile.hooks
README.gcc48

$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