1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/lang/gcc32/files/extrapatch-gcc__config__freebsd-spec.h
2004-11-07 18:20:57 +00:00

14 lines
434 B
C

--- gcc/config/freebsd-spec.h.orig Sat Nov 6 23:39:36 2004
+++ gcc/config/freebsd-spec.h Sat Nov 6 23:39:59 2004
@@ -132,8 +132,8 @@
#if FBSD_MAJOR >= 5
#define FBSD_LIB_SPEC " \
%{!shared: \
- %{!pg: %{pthread:-lc_r} -lc} \
- %{pg: %{pthread:-lc_r_p} -lc_p} \
+ %{!pg: %{pthread:-lpthread} -lc} \
+ %{pg: %{pthread:-lpthread_p} -lc_p} \
}"
#else
#define FBSD_LIB_SPEC " \