This is the mail archive of the libffi-discuss@sourceware.org mailing list for the libffi project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH libffi win64 support


NightStrike wrote:
> On Fri, Jun 12, 2009 at 11:44 AM, Andrew Haley<aph@redhat.com> wrote:
>> Hmm.  I guess under the circumstances that's the right thing to do,
>> but it's pretty evil in a test case that's suppose to test long long.
>> Is the Windows library going to get fixed to accept %lld in the
>> forseeable future?  If so, we could just xfail it until then.

> Andrew,
> 
> Are all of Tim's patches now committed to gcc?  I ask because I get
> this trying to using the libffi in the gcc repo:
> 
> configure: error: "libffi has not been ported to x86_64-w64-mingw32."

OK, fixed.

Andrew.


2009-06-16  Andrew Haley  <aph@redhat.com>

	* configure.ac (TARGETDIR): Add missing blank lines.
	* configure: Regenerate.

===================================================================
--- configure.ac	(revision 148536)
+++ configure.ac	(working copy)
@@ -145,9 +145,11 @@
   x86_64-*-darwin*)
 	TARGET=X86_DARWIN; TARGETDIR=x86
 	;;
+
   x86_64-*-cygwin* | x86_64-*-mingw*)
 	TARGET=X86_WIN64; TARGETDIR=x86
 	;;
+
   x86_64-*-*)
 	TARGET=X86_64; TARGETDIR=x86
 	;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]