From 2c67d00c5c309d3d8eb2563ecdc62acfd681fdec Mon Sep 17 00:00:00 2001 From: iains Date: Tue, 6 Sep 2011 20:02:24 +0000 Subject: [PATCH] * config/darwin10.h Remove duplicate LIB_SPEC. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@178609 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/darwin10.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf50b80f79b..465393aff13 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-09-06 Iain Sandoe + + * config/darwin10.h Remove duplicate LIB_SPEC. + 2011-09-06 Enkovich Ilya PR middle-end/44382 diff --git a/gcc/config/darwin10.h b/gcc/config/darwin10.h index 5c205945cdc..f52a91c3821 100644 --- a/gcc/config/darwin10.h +++ b/gcc/config/darwin10.h @@ -18,9 +18,6 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ -#undef LIB_SPEC -#define LIB_SPEC "%{!static: -lSystem }" - /* Fix PR41260 by passing -no_compact_unwind on darwin10 and later until unwinder in libSystem is fixed to digest new epilog unwinding notes. -- 2.11.0