PERFORCE change 107724 for review

John Birrell jb at FreeBSD.org
Wed Oct 11 20:10:10 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=107724

Change 107724 by jb at jb_freebsd8 on 2006/10/12 03:09:36

	Remove my experimental threads-in-libc.

Affected files ...

.. //depot/projects/dtrace/src/contrib/gcc/config/freebsd-spec.h#5 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/gcc/config/freebsd-spec.h#5 (text+ko) ====

@@ -156,30 +156,11 @@
       %{pthread:-lc_r_p}}						\
   }"
 #else
-#ifdef FBSD_LIBC_THREADS
-/* Leave the -pthread option defined, but link libc no matter what. */
 #define FBSD_LIB_SPEC "							\
   %{!shared:								\
-    %{!pg:								\
-      %{!pthread:-lc}							\
-      %{pthread:-lc}}							\
-    %{pg:								\
-      %{!pthread:-lc_p}							\
-      %{pthread:-lc_p}}							\
-  }"
-#else
-#define FBSD_LIB_SPEC "							\
-  %{!shared:								\
     %{!pg: %{pthread:-lpthread} -lc}					\
     %{pg:  %{pthread:-lpthread_p} -lc_p}				\
   }"
-#else
-#define FBSD_LIB_SPEC "							\
-  %{!shared:								\
-    %{!pg: %{pthread:-lpthread} -lc}					\
-    %{pg:  %{pthread:-lpthread_p} -lc_p}				\
-  }"
-#endif
 #endif
 #endif
 


More information about the p4-projects mailing list