From b4358140c7586988b7e96b6acb509a970c50861b Mon Sep 17 00:00:00 2001 From: shebs Date: Tue, 15 May 2001 02:17:14 +0000 Subject: [PATCH] * config/darwin.h (LIB_SPEC): Just use -lSystem. (LIBGCC_SPEC): Don't define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42094 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/config/darwin.h | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50b2de5..66f6e49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 Stan Shebs + + * config/darwin.h (LIB_SPEC): Just use -lSystem. + (LIBGCC_SPEC): Don't define. + 2001-05-14 Richard Henderson * configure.in (gcc_cv_as_eh_frame): New test. diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 4de7078..8415f8f 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -106,12 +106,7 @@ Boston, MA 02111-1307, USA. */ /* Machine dependent libraries. */ #undef LIB_SPEC -#define LIB_SPEC \ - "%{!static:%{!pg:-framework System}%{pg:-framework System,_profile}}" - -#undef LIBGCC_SPEC -#define LIBGCC_SPEC "%{!shared:%{static:-lcc} \ - %{!static:-lcc_dynamic}}" +#define LIB_SPEC "%{!static:-lSystem}" /* We specify crt0.o as -lcrt0.o so that ld will search the library path. */ -- 2.7.4