mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-11-28 06:10:02 +08:00
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
|
# Support building with -mmacosx-version-min back to 10.5.
|
||
|
DARWIN_MIN_LIB_VERSION = -mmacosx-version-min=10.5
|
||
|
DARWIN_MIN_CRT_VERSION = -mmacosx-version-min=10.5
|