gcc/libgcc/config/t-darwin-min-1
Iain Sandoe 20b8779ea9 Darwin, libgcc : Adjust min version supported for the OS.
Tools from later versions of the OS deprecate or fail to support
earlier OS revisions.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>

libgcc/ChangeLog:

	* config.host: Arrange to set min Darwin OS versions from
	the configured host version.
	* config/darwin10-unwind-find-enc-func.c: Do not use current
	headers, but declare the nexessary structures locally to the
	versions in use for Mac OSX 10.6.
	* config/t-darwin: Amend to handle configured min OS
	versions.
	* config/t-darwin-min-1: New.
	* config/t-darwin-min-5: New.
	* config/t-darwin-min-8: New.
2023-05-19 09:06:01 +01:00

4 lines
161 B
Plaintext

# Support building with -mmacosx-version-min back to 10.1.
DARWIN_MIN_LIB_VERSION = -mmacosx-version-min=10.4
DARWIN_MIN_CRT_VERSION = -mmacosx-version-min=10.1