Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317269
Collapse All | Expand All

(-)gcc/config/freebsd-spec.h (-1 / +2 lines)
Lines 139-145 Link Here
139
  %{!shared:								\
139
  %{!shared:								\
140
    %{!pg: %{pthread:-lpthread} -lc}					\
140
    %{!pg: %{pthread:-lpthread} -lc}					\
141
    %{pg:  %{pthread:-lpthread_p} -lc_p}				\
141
    %{pg:  %{pthread:-lpthread_p} -lc_p}				\
142
  }"
142
  }                                                                     \
143
  %{shared: %{pthread:-lpthread} -lc}"
143
#endif
144
#endif
144
#endif
145
#endif
145
146

Return to bug 317269