| Submitter | Andriy Gapon |
|---|---|
| Date | Sept. 18, 2010, 5:30 p.m. |
| Message ID | <4C94F738.1050300@freebsd.org> |
| Download | mbox | patch |
| Permalink | /patch/65134/ |
| State | New |
| Headers | show |
Comments
Patch
--- gcc/config/freebsd-spec.h.orig 2010-09-13 14:35:06.151574339 +0300 +++ gcc/config/freebsd-spec.h 2010-09-13 14:35:08.171465130 +0300 @@ -139,6 +139,9 @@ %{!shared: \ %{!pg: %{pthread:-lpthread} -lc} \ %{pg: %{pthread:-lpthread_p} -lc_p} \ + } \ + %{shared: \ + %{pthread:-lpthread} -lc \ }" #endif #endif