Yes, I’ve been successful in getting LDC to build using GDC as the host D. In fact, the resulting build seems to be working well. I did have to make a few changes to the code to get everything working.
First, PowerPC64 uses elfv2 vice elfv1 on FreeBSD 13, so that needed to be changed in “driver/target machine.cop”. I also had to update “druntime/src/core/sys/freebsd/config.d” for FreeBSD 13. Most recent druntime has been updated.
Lastly, I needed to apply the patch from @dbankov-vmware
that allows LDC to build using static “phobos” which lets LDC to be independent of GDC.
regards