diff options
Diffstat (limited to 'gcc/config/darwin10.h')
-rw-r--r-- | gcc/config/darwin10.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index 5829d788eb9..a81fbdccdc8 100644 --- a/gcc/config/darwin10.h +++ b/gcc/config/darwin10.h @@ -32,3 +32,8 @@ along with GCC; see the file COPYING3. If not see #undef DEF_MIN_OSX_VERSION #define DEF_MIN_OSX_VERSION "10.6" + +#ifndef LD64_VERSION +#undef DEF_LD64 +#define DEF_LD64 "97.7" +#endif |