diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-17 17:50:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-12-17 17:50:20 +0000 |
commit | 45a982ed52750f86c3a0aa6778ae6fc6ffbc191b (patch) | |
tree | 24fa1c983e0ecb27563e2610adbb57411a2b3854 /lang/gcc-ooo/files | |
parent | c8c76c3900805c03c0813dd149b3dfb26f5bce52 (diff) |
Notes
Diffstat (limited to 'lang/gcc-ooo/files')
-rw-r--r-- | lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h b/lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h deleted file mode 100644 index 1011be4e1b28..000000000000 --- a/lang/gcc-ooo/files/extrapatch-gcc__config__freebsd-spec.h +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc-3.4.1/gcc/config/freebsd-spec.h.orig Sat Nov 6 23:39:36 2004 -+++ gcc-3.4.1/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 " \ |