]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freebsd.h (LIB_SPEC): remove -kthread option.
authorDavid O'Brien <obrien@FreeBSD.org>
Thu, 21 Dec 2000 23:18:56 +0000 (23:18 +0000)
committerDavid O'Brien <obrien@gcc.gnu.org>
Thu, 21 Dec 2000 23:18:56 +0000 (23:18 +0000)
2000-12-21  David O'Brien  <obrien@FreeBSD.org>

* config/freebsd.h (LIB_SPEC): remove -kthread option.

Approved by:  Richard Henderson <rth@redhat.com>
              Message-ID: <20001220004807.C20358@redhat.com>

From-SVN: r38435

gcc/ChangeLog
gcc/config/freebsd.h

index 6113012ef7d96b36f550ac702d356de242624e90..c62f13d95306dcf70f6651ccc24cec7c5d4fd752 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-21  David O'Brien  <obrien@FreeBSD.org>
+
+       * config/freebsd.h (LIB_SPEC): remove -kthread option.
+
 2000-12-22  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
 
        * resource.c (mark_set_resources): Use MARK_SRC_DEST for
index f7cea4b68ae4d35a6d4b34255d1cf0e059753cdd..98a5c9e41b28900d2918342552dd7600bf1aea78 100644 (file)
@@ -60,15 +60,16 @@ Boston, MA 02111-1307, USA.  */
    libc, depending on whether we're doing profiling or need threads support.
    (simular to the default, except no -lg, and no -p).  */
 
-#undef LIB_SPEC
-#define LIB_SPEC                                                       \
-  "%{!shared:                                                          \
-     %{!pg:%{!pthread:%{!kthread:-lc}                                  \
-       %{kthread:-lpthread -lc}}                                       \
-       %{pthread:-lc_r}}                                               \
-     %{pg:%{!pthread:%{!kthread:-lc_p}                                 \
-       %{kthread:-lpthread_p -lc_p}}                                   \
-       %{pthread:-lc_r_p}}}"
+#undef  LIB_SPEC
+#define LIB_SPEC "                                                     \
+  %{!shared:                                                           \
+    %{!pg:                                                             \
+      %{!pthread:-lc}                                                  \
+      %{pthread:-lc_r}}                                                        \
+    %{pg:                                                              \
+      %{!pthread:-lc_p}                                                        \
+      %{pthread:-lc_r_p}}                                              \
+  }"
 
 
 /* Code generation parameters.  */