diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-12 08:35:31 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-09-12 08:35:31 +0000 |
commit | c1101b9458abe61a35d2d5cbb9607220b429d2f8 (patch) | |
tree | ec929600612a7e1eae30170255d852528936e1e1 /gcc/config/darwin.h | |
parent | 9f10fded025299c52fdf30f726883f4678050e68 (diff) | |
download | gcc-c1101b9458abe61a35d2d5cbb9607220b429d2f8.tar.gz |
2011-09-12 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 178775 using svnmerge.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@178776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 18ce7496335..0c8f2769abe 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -945,4 +945,8 @@ extern void darwin_driver_init (unsigned int *,struct cl_decoded_option **); #undef SUPPORTS_INIT_PRIORITY #define SUPPORTS_INIT_PRIORITY 0 +/* When building cross-compilers (and native crosses) we shall default to + providing an osx-version-min of this unless overridden by the User. */ +#define DEF_MIN_OSX_VERSION "10.4" + #endif /* CONFIG_DARWIN_H */ |