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


On Tue, Jun 16, 2009 at 1:38 PM, NightStrike<nightstrike@gmail.com> wrote:
> On Tue, Jun 16, 2009 at 1:36 PM, Andrew Haley<aph@redhat.com> wrote:
>> I never touched it, m'lud. ?libffi in gcc inherits its libtool stuff
>> from gcc's toplev.
>>
>> Andrew.
>>
>
> Looks like it might be a problem on my end. ?I'll get back to you.
>

Ok, so I caused that when I modified top level configure to allow
building libffi like so:

Index: configure.ac
===================================================================
--- configure.ac        (revision 148542)
+++ configure.ac        (working copy)
 -727,7 +727,7 @@
     ;;
   x86_64-*-mingw*)
     target_configdirs="$target_configdirs target-winsup"
-    noconfigdirs="$noconfigdirs expect target-libgloss target-newlib ${libgcj}"
+    noconfigdirs="$noconfigdirs expect target-libgloss target-newlib"
     ;;
   *-*-cygwin*)
     target_configdirs="$target_configdirs target-libtermcap target-winsup"


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