mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 03:14:08 +08:00
20b8779ea9
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.
4 lines
161 B
Plaintext
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
|