https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100613
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>: https://gcc.gnu.org/g:846d19e44c85c83a50e51867d854f8d98a087a77 commit r11-9857-g846d19e44c85c83a50e51867d854f8d98a087a77 Author: Iain Sandoe <i...@sandoe.co.uk> Date: Thu Aug 5 09:55:19 2021 +0100 Darwin, jit: Fix build [PR100613]. The generic unix build is not completely suitable for Darwin platforms: * It is a convention to encode the library versioning in the binary and to have only one level of symlink for the installed files. This needs to be applied to the installation too. * The library needs to be built with its correct install name so that two-level library naming works. * The extension for shared libraries should be .dylib Signed-off-by: Iain Sandoe <i...@sandoe.co.uk> PR jit/100613 - libgccjit should produce dylib on macOS PR jit/100613 gcc/jit/ChangeLog: * Make-lang.in: Provide clauses for Darwin hosts. (cherry picked from commit 08defd9c4e4f8dc428f2f490705ab816af81a03d)