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

kinke noone at nowhere.com
Fri Apr 17 12:22:07 UTC 2020


On Friday, 17 April 2020 at 09:32:32 UTC, dangbinghoo wrote:
> so, the ldc2 now is sticking to x86_64 for PC now?

Of course not. With the little information you gave, it looks 
like the LLVM you use defaults to the x86_64 triple (can be 
configured via CMake when building LLVM), that's why you need 
-mtriple to build the libs, and later too when compiling any D 
file.


More information about the digitalmars-d-ldc mailing list