Cross compilers; GDC/LDC
Kai Nacke
kai at redstar.de
Sat Mar 9 09:58:21 PST 2013
On Monday, 4 March 2013 at 13:29:34 UTC, David Nadlinger wrote:
> On Sunday, 3 March 2013 at 13:57:15 UTC, Manu wrote:
>> Ideally, I would really like all these toolchains:
>> GDC: x86, x64, ARM, PPC, MIPS, SH4 <- common toolchains
>> LDC: x86, x64, ARM, PPC <- used by apple
>>
>
> See http://wiki.dlang.org/LDC for information on the ARM/PPC
> status. You might want to contact Kai directly, maybe he can
> easily provide you with a "real" PPC64 cross-compiler.
>
Hi Manu,
I uploaded a Win64-version of LDC to
http://www.redstar.de/ldc/LDC.zip (md5:
5ae2c1c4b2c6e94e81b930b668a02cc4). It contains this version and
targets:
LDC - the LLVM D compiler (trunk):
based on DMD v2.061 and LLVM 3.3svn
Default target: x86_64-pc-win32
Host CPU: corei7
http://dlang.org - http://wiki.dlang.org/LDC
Registered Targets:
arm - ARM
mips - Mips
mips64 - Mips64 [experimental]
mips64el - Mips64el [experimental]
mipsel - Mipsel
ppc32 - PowerPC 32
ppc64 - PowerPC 64
thumb - Thumb
x86 - 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64
Maybe this is useful for you.
Kai
More information about the Digitalmars-d
mailing list