Date: Thu, 12 Oct 2006 03:10:06 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107724 for review Message-ID: <200610120310.k9C3A6mW079030@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107724 Change 107724 by jb@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610120310.k9C3A6mW079030>