From: Jeroen Ruigrok van der Werven Date: Wed, 7 Apr 2010 16:34:08 +0000 (+0000) Subject: Document the libffi FreeBSD fix. X-Git-Tag: v2.7b1~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d22cfcee44d77abc03d3194b92e1f57f821cb49;p=python Document the libffi FreeBSD fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index f3ba45bd30..3bd058d781 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -243,6 +243,9 @@ Build - Issue #7705: Fix linking on FreeBSD. +- Make sure that the FreeBSD build of the included libffi uses the proper + assembly file. + C-API -----