| Summary: | lang/ldc: Build ldc compiler independent of gcc11 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Curtis Hamilton <hamiltcl> | ||||
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> | ||||
| Status: | Closed Overcome By Events | ||||||
| Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(acm) |
||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Hello, ldc is compiled by ldc-bootstrap right now. It is not using gcc11 anymore |
Created attachment 246694 [details] Patch to make ldc independent of gcc11 ldc compiler is dynamically linked to libgphobos.so. Patch to will allow build of ldc compiler independent of gcc11. Compiler can then be able to use ldc as bootstrap of itself.