Commit 5fa5a27c by Stan Shebs Committed by Stan Shebs

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

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

From-SVN: r42094
parent c64688ae
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.
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment