Add targets for release binaries? (1.3+)

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri May 5 06:43:31 PDT 2017


On Friday, 5 May 2017 at 12:49:32 UTC, David Nadlinger wrote:
> On 5 May 2017, at 9:52, Adrian Matoga via digitalmars-d-ldc 
> wrote:
>> What I miss the most in LDC is the ability to build and use 
>> druntime/Phobos for different targets (including subtargets, 
>> e.g. different ARM architecture versions and ABIs) with the 
>> same compiler.

Perhaps what would be nice is a script that we can ship with LDC, 
that then compiles Phobos/druntime with specific compiler 
options: target triple, LTO flag (!), ...
LDC will be able to link libraries in the future, so the script 
will not have to deal with some of the platform issues.

-Johan





More information about the digitalmars-d-ldc mailing list