|
From: Bart V. A. <bva...@ac...> - 2010-06-13 16:52:53
|
2010/6/13 Julian Seward <js...@ac...>: > > Attached is a diff against the svn trunk, which does the linking > with perl scripts. I think this will satisfy all requirements > (when complete; so far I only filled in the linux-specific parts): > > * supports cross-compilation, since it's a perl script > > * supports 64-bit arithmetic as needed for darwin > > * uses different perl scripts for linux and darwin, so as to > avoid introducing an unnecessary dependency on Math::BigInt into > linux builds. > > If anybody could check that cross-compilation still works using > this patch, that would be great. I propose to fill in the > Darwin specific parts, and then if there is no reported breakage > I'll commit it. Cross-compilation works again fine on my setup with this patch (host x86_64-linux, target powerpc-linux). Bart. |