On 2016/04/25 10:49, Andrew Fresh wrote: > On Mon, Apr 25, 2016 at 07:28:04AM -0600, [email protected] wrote: > > http://build-failures.rhaalovely.net//alpha/2016-04-09/lang/moarvm.log > > It appears that alpha is not a supported architecture in "dyncall" so > probably need to mark moarvm "NOT_FOR_ARCHS" or maybe "ONLY_FOR_ARCHS" > the list that they do support. > > https://github.com/zhuomingliang/dyncall > > Supported Architectures and ABIs: > --------------------------------- > > - x86 32/64-bit (cdecl, fastcall, stdcall, C++ this calls, syscalls, > plan9) > - ARM AArch32/64 (32: ARM/Thumb mode, v4t-v7, oabi/eabi, soft/hardfloat > ABIs; 64: AAPCS64) > - MIPS 32/64-bit (o32, n64, eabi) > - PowerPC 32/64-bit (32: Mac OS X, System V; 64: System V little and big > endian ELF ABI) > - Sparc 32/64-bit (v7/8 and v9)
So, "ONLY_FOR_ARCHS=i386 amd64 arm mips64 mips64el powerpc sparc sparc64" seems right?
