NetBSD/external/gpl3/gcc/dist
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
..
config initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
contrib initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
fixincludes initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
gcc merge GCC 4.8.5 (final round) 2015-06-24 14:51:17 +00:00
gnattools initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
include initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
INSTALL merge GCC 4.8.5 (final round) 2015-06-24 14:51:17 +00:00
intl initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libbacktrace merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
libcpp merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
libdecnumber initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libgcc initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libgomp merge GCC 4.8.5 (final round) 2015-06-24 14:51:17 +00:00
libiberty Correct temporary directory preference order in libiberty's choose_tmpdir(). 2015-08-10 15:45:40 +00:00
libitm initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libmudflap initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libobjc initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libsanitizer merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
libssp initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
libstdc++-v3 initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
lto-plugin initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
maintainer-scripts initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
ABOUT-NLS
ChangeLog initial import of GCC 4.8.5 sources. these GCC PRs (at least) are 2015-06-24 14:02:39 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess Resolve conflicts 2014-05-27 09:18:53 +00:00
config.rpath
config.sub Add RISC-V support. 2014-09-19 17:19:52 +00:00
configure merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
configure.ac merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
LAST_UPDATED merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
libtool-ldflags
libtool.m4 Import gcc 4.8.3 which has 98 bugs fixed on gcc-4-8-3-pre-r208254 2014-05-27 08:29:46 +00:00
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS
Makefile.def import GCC 4.8.4 release. this fixes at least these GCC PRs: 2015-01-10 00:47:09 +00:00
Makefile.in import GCC 4.8.4 release. this fixes at least these GCC PRs: 2015-01-10 00:47:09 +00:00
Makefile.tpl
MD5SUMS merge GCC 4.8.5 cornflakes (round one). 2015-06-24 14:28:27 +00:00
missing
mkdep
mkinstalldirs
move-if-change
NEWS merge GCC 4.8.5 (final round) 2015-06-24 14:51:17 +00:00
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.