]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgccjit: Fix error on Power architectures caused by wrong jit_target_objs
authorAntoni Boucher <bouanto@zoho.com>
Thu, 9 Oct 2025 20:51:42 +0000 (16:51 -0400)
committerAntoni Boucher <bouanto@zoho.com>
Tue, 21 Oct 2025 18:33:42 +0000 (14:33 -0400)
commitf84ff38613595a2b3d47ca2ceb635619e81c2908
tree8895b19bfa780980965d60bcae3085870c9d409a
parent99b548951fe68ffe999a96e1123faec6bfda5fa6
libgccjit: Fix error on Power architectures caused by wrong jit_target_objs

gcc/ChangeLog:
* config.gcc (jit_target_objs): Don't set this variable since
the object files don't exist.
gcc/config.gcc