Why ldc-1.20.1 is always building runtime to x86_64 even when I'm running an i686 linux?

dangbinghoo dangbinghoo at gmail.com
Mon Apr 20 09:54:51 UTC 2020


On Monday, 20 April 2020 at 07:20:32 UTC, dangbinghoo wrote:
> On Friday, 17 April 2020 at 12:22:07 UTC, kinke wrote:
>> [...]
>
> thank you. I just tried to set llvm default tripple to 
> `i686-linux-gnu`, and when I trying to build ldc2, again failed 
> with runtime building:
>
> [...]

finally I built my ldc2 1.20.1 by specify 
LLVM_DEFAULT_TARGET_TRIPLE=i686-pc-linux to LLVM10 rather than 
`i686-linux-gnu`.

but actually I really have an `i686-linux-gnu` GCC toolchain. I 
don't know what's reason but thanks very much to you experts!

Thanks!

~~~~
binghoo dang



More information about the digitalmars-d-ldc mailing list