Switch ldc bootstrapping over to gdc through the gdmd wrapper, as recommended by upstream. Not only does that simplify the build by a lot, it also allows us to switch away from LLVM7! The test project built gtkd and tilix successfully.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=52
This commit is contained in:
11
ldc.changes
11
ldc.changes
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 07:39:30 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
- Use gcc-d (gdc) for bootstrapping as recommended by upstream.
|
||||
Only gdc is needed for bootstrapping instead of various older ldc
|
||||
versions, which also allows to use newer versions of LLVM
|
||||
(boo#1199054). On top of that, this allows ldc to use the shared
|
||||
runtime built with itself.
|
||||
- Drop use of binutils-gold, 1.29.0 does not use it by default anymore
|
||||
- Mention %so_ver in %files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 12 11:47:22 CEST 2022 - Chris Josten <chris+suse@netsoj.nl>
|
||||
|
||||
|
Reference in New Issue
Block a user