Go to file
Iain Sandoe 6d1444bf1a Darwin : Adjust handling of MACOSX_DEPLOYMENT_TARGET for macOS 11.
The shift to macOS version 11 also means that '11' without any
following '.x' is accepted as a valid version number.  This adjusts
the validation code to accept this and map it to 11.0.0 which
matches what the clang toolchain appears to do.

gcc/ChangeLog:

	* config/darwin-driver.c (validate_macosx_version_min): Allow
	MACOSX_DEPLOYMENT_TARGET=11.
	(darwin_default_min_version): Adjust warning spelling to avoid
	an apostrophe.

(cherry picked from commit 96de87b99b)
2021-05-01 14:02:58 +01:00
INSTALL
config Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
contrib Daily bump. 2021-04-15 00:19:05 +00:00
fixincludes Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
gcc Darwin : Adjust handling of MACOSX_DEPLOYMENT_TARGET for macOS 11. 2021-05-01 14:02:58 +01:00
gnattools Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
gotools Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
include Backport e9f799d259 2020-04-20 11:26:58 +02:00
intl Daily bump. 2021-04-21 00:20:11 +00:00
libada Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libatomic i386: Remove unneeded assignments when triggering SSE exceptions 2020-04-19 15:32:17 +02:00
libbacktrace Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libcc1 Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libcpp Daily bump. 2021-04-21 00:20:11 +00:00
libdecnumber Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libffi Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libgcc Daily bump. 2021-04-27 00:20:02 +00:00
libgfortran Daily bump. 2021-05-01 00:19:43 +00:00
libgo runtime: cast SIGSTKSZ to uintptr 2021-03-08 16:16:09 -08:00
libgomp Daily bump. 2021-04-21 00:20:11 +00:00
libhsail-rt Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libiberty Daily bump. 2021-04-13 00:18:39 +00:00
libitm Daily bump. 2020-07-17 00:18:14 +00:00
libobjc Daily bump. 2020-12-30 00:18:42 +00:00
liboffloadmic Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libphobos Daily bump. 2021-01-24 00:18:33 +00:00
libquadmath Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libsanitizer Daily bump. 2021-04-21 00:20:11 +00:00
libssp Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
libstdc++-v3 Daily bump. 2021-05-01 00:19:43 +00:00
libvtv Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
lto-plugin Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
maintainer-scripts Daily bump. 2021-04-21 00:20:11 +00:00
zlib Update ChangeLog and version files for release 2020-03-12 11:08:05 +00:00
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Daily bump. 2021-03-09 00:19:24 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS Add myself to MAINTAINERS 2019-04-22 16:05:36 +00:00
Makefile.def Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
Makefile.in Come up with bootstrap-lto-lean config. 2019-04-09 08:49:14 +00:00
Makefile.tpl Come up with bootstrap-lto-lean config. 2019-04-09 08:49:14 +00:00
README
ar-lib Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
compile
config-ml.in Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
config.guess Update config.guess, config.sub (PR target/88535) 2019-01-03 11:28:27 +00:00
config.rpath
config.sub Update config.guess, config.sub (PR target/88535) 2019-01-03 11:28:27 +00:00
configure configure: Fix in-tree building of GMP on BSD [PR97302] 2020-10-06 11:53:39 +02:00
configure.ac configure: Fix in-tree building of GMP on BSD [PR97302] 2020-10-06 11:53:39 +02:00
depcomp
install-sh
libtool-ldflags
libtool.m4 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
ltgcc.m4
ltmain.sh Backport e9f799d259 2020-04-20 11:26:58 +02:00
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
symlink-tree
test-driver Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
ylwrap

README

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.