darwin.h (LIB_SPEC): Just use -lSystem.

* config/darwin.h (LIB_SPEC): Just use -lSystem.
        (LIBGCC_SPEC): Don't define.

From-SVN: r42094
This commit is contained in:
Stan Shebs 2001-05-15 02:17:14 +00:00 committed by Stan Shebs
parent c64688ae79
commit 5fa5a27cce
2 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,8 @@
2001-05-14 Stan Shebs <shebs@apple.com>
* config/darwin.h (LIB_SPEC): Just use -lSystem.
(LIBGCC_SPEC): Don't define.
2001-05-14 Richard Henderson <rth@redhat.com>
* configure.in (gcc_cv_as_eh_frame): New test.

View File

@ -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. */