Solaris: fix readdir for x64 OS.#73
Solaris: fix readdir for x64 OS.#73JohanEngelen merged 2 commits intoldc-developers:ldc-ltsmasterfrom tethyslab:solaris-readdir
Conversation
|
@nykytenko the purpose of LTS master is to be able to build lastest LDC (which requires a D compiler). Are these patches needed for that? |
|
We need these patches in both ldc/druntime branches: LTS master and master. LTS master use for first build LDC on different Solaris(illumos) distros. For next steps we need master branch. Without these patches LDC is not built on x64 Solaris OS.
Patched LTS master we need now, patched master is not urgently for us. |
|
OK, thanks for letting me know. I'll merge them then :) |
|
Thank, Johan. |
|
Does LDC ltsmaster build now, or are there still some remaining issues? |
|
Need last patch to ldc/phobos ltsmaster ( originally submitted at: Solaris: corrected getcwd call. #4276 ). After merge this patch LDC ltsmaster will be built. |
|
Normally we cherry-pick such changes from upstream. But we have no established process for this. (In the past, the upstream changes were created by LDC developers. In this case it is easy to know which commit to cherry-pick.) |
|
How do I make? You cherry-pick dlang/phobos/master pull request #4276 to ldc-developers/phobos/ldc-ltsmaster or I need to do pull request? |
Patch by @nykytenko, originally submitted at dlang#1566.