* config/darwin.h (LIB_SPEC): Just use -lSystem.
(LIBGCC_SPEC): Don't define.
From-SVN: r42094
+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.
/* 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. */