diff options
Diffstat (limited to 'lang/gnat/files/patch-ab')
-rw-r--r-- | lang/gnat/files/patch-ab | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/gnat/files/patch-ab b/lang/gnat/files/patch-ab deleted file mode 100644 index 24f08d14a13d..000000000000 --- a/lang/gnat/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- config/i386/freebsd.h.orig Mon Nov 25 07:16:22 2002 -+++ config/i386/freebsd.h Mon Nov 25 09:18:52 2002 -@@ -162,8 +162,13 @@ - * -lc_p or -ggdb to LDFLAGS at the link time, respectively. - */ - #define LIB_SPEC \ -- "%{!shared: %{mieee-fp:-lieee} %{p:-lgmon} %{pg:-lgmon} \ -- %{!ggdb:-lc} %{ggdb:-lg}}" -+ "%{!shared: \ -+ %{!pg: \ -+ %{!pthread: %{!kthread:-lc} %{kthread:-lpthread -lc}} \ -+ %{pthread:-lc_r}} \ -+ %{pg: \ -+ %{!pthread: %{!kthread:-lc_p} %{kthread:-lpthread_p -lc_p}} \ -+ %{pthread:-lc_r_p}}}" - #else - #define LIB_SPEC \ - "%{!shared: \ |