diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06b94444800..cc14a0469c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-12-13 Iain Sandoe + + * config/rs6000/darwin.h (DARWIN_DYLIB1_SPEC): New. + 2019-12-13 Jan Hubicka * lto-streamer-in.c (input_function): Add node parameter. diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index d1a096f3f1c..8cf25b00f0f 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -173,6 +173,12 @@ %:version-compare(!> 10.4 mmacosx-version-min= crt3_2.o%s) \ }}" +/* We need to jam the dylib1 to 10.5 for 10.6 (Rosetta) use. */ +#undef DARWIN_DYLIB1_SPEC +#define DARWIN_DYLIB1_SPEC \ + "%:version-compare(!> 10.5 mmacosx-version-min= -ldylib1.o) \ + %:version-compare(>< 10.5 10.7 mmacosx-version-min= -ldylib1.10.5.o)" + /* The PPC regs save/restore functions are leaves and could, conceivably be used by the tm destructor. */ #undef ENDFILE_SPEC