summaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-12 08:35:31 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2011-09-12 08:35:31 +0000
commitc1101b9458abe61a35d2d5cbb9607220b429d2f8 (patch)
treeec929600612a7e1eae30170255d852528936e1e1 /gcc/config/darwin.h
parent9f10fded025299c52fdf30f726883f4678050e68 (diff)
downloadgcc-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.h4
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 */