From: Jack Howarth Date: Tue, 29 May 2012 23:24:33 +0000 (+0000) Subject: Oops, wrong changelog, this is the right one: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8b4175ce40f6fd96d2b7ed3868f34b7a4a8a1cc;p=gcc.git Oops, wrong changelog, this is the right one: 2012-05-29 Jack Howarth * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when Darwin >= 10. (DARWIN_DYLIB1_SPEC): Do not use -ldylib1.10.5.o when Darwin >= 10. (DARWIN_CRT1_SPEC): Use -lcrt1.10.6.o when Darwin >= 10. From-SVN: r187993 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae1dd668442..ea8f7ec0a79 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,4 @@ -2012-05-29 Iain Sandoe +2012-05-29 Jack Howarth * config/darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when Darwin >= 10.