https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100613

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain D Sandoe <ia...@gcc.gnu.org>:

https://gcc.gnu.org/g:08defd9c4e4f8dc428f2f490705ab816af81a03d

commit r12-3008-g08defd9c4e4f8dc428f2f490705ab816af81a03d
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.

Reply via email to