From 051712674a082adb121dbfc217eaca6391f02a9a Mon Sep 17 00:00:00 2001 From: iains Date: Thu, 8 Sep 2011 07:28:11 +0000 Subject: make darwin port a little more cross & cross native build friendly. *config/darwin-driver.c (darwin_find_version_from_kernel): New routine cut from ... (darwin_default_min_version): Amended to provide defaults for the cross directory case. (darwin_driver_init): call darwin_default_min_version unconditionally. * config/darwin.h (DEF_MIN_OSX_VERSION): New. * config/darwin9.h: Likewise. * config/darwin10.h: Likewise. * config/rs6000/darwin7.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178679 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/darwin9.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/config/darwin9.h') diff --git a/gcc/config/darwin9.h b/gcc/config/darwin9.h index 2e835c39e2d..3b479122411 100644 --- a/gcc/config/darwin9.h +++ b/gcc/config/darwin9.h @@ -51,3 +51,7 @@ along with GCC; see the file COPYING3. If not see fprintf ((FILE), ","HOST_WIDE_INT_PRINT_UNSIGNED",%u\n", \ _new_size, floor_log2 ((ALIGN) / BITS_PER_UNIT)); \ } while (0) + +#undef DEF_MIN_OSX_VERSION +#define DEF_MIN_OSX_VERSION "10.5" + -- cgit v1.2.1