darwin.h (LIB_SPEC): Just use -lSystem.
authorStan Shebs <shebs@apple.com>
Tue, 15 May 2001 02:17:14 +0000 (02:17 +0000)
committerStan Shebs <shebs@gcc.gnu.org>
Tue, 15 May 2001 02:17:14 +0000 (02:17 +0000)
        * config/darwin.h (LIB_SPEC): Just use -lSystem.
        (LIBGCC_SPEC): Don't define.

From-SVN: r42094

gcc/ChangeLog
gcc/config/darwin.h

index 50b2de502b826d55e6df32791ef2250adaebe93f..66f6e49716dd0d8a926ca2afe5510401815e1c75 100644 (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.
index 4de7078ed2c462d5774f02f73001f24f2c5efa35..8415f8f645960dfc631a5161fa529f972c96d6d9 100644 (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. */