diff options
Diffstat (limited to 'gcc/config/darwin12.h')
-rw-r--r-- | gcc/config/darwin12.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config/darwin12.h b/gcc/config/darwin12.h index e366982..f88e2a4 100644 --- a/gcc/config/darwin12.h +++ b/gcc/config/darwin12.h @@ -21,10 +21,15 @@ along with GCC; see the file COPYING3. If not see #undef LINK_GCC_C_SEQUENCE_SPEC #define LINK_GCC_C_SEQUENCE_SPEC \ "%:version-compare(>= 10.6 mmacosx-version-min= -no_compact_unwind) \ - %{rdynamic:-export_dynamic} %{!static:%{!static-libgcc: \ + %{!static:%{!static-libgcc: \ %:version-compare(>= 10.6 mmacosx-version-min= -lSystem) } } \ %{fno-pic|fno-PIC|fno-pie|fno-PIE|fapple-kext|mkernel|static|mdynamic-no-pic: \ %:version-compare(>= 10.7 mmacosx-version-min= -no_pie) } %G %L" #undef DEF_MIN_OSX_VERSION #define DEF_MIN_OSX_VERSION "10.8" + +#ifndef LD64_VERSION +#undef DEF_LD64 +#define DEF_LD64 "236.4" +#endif |