]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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)
gcc/ChangeLog:
* config.gcc (jit_target_objs): Don't set this variable since
the object files don't exist.

gcc/config.gcc

index 2ecce1c4e3e1327275c2abf9446ba66a52be5c72..44004102a3f8b83395447394595428fa8fc2f9bf 100644 (file)
@@ -6108,7 +6108,6 @@ case ${target} in
                c_target_objs="${c_target_objs} ${cpu_type}-c.o"
                cxx_target_objs="${cxx_target_objs} ${cpu_type}-c.o"
                d_target_objs="${d_target_objs} ${cpu_type}-d.o"
-               jit_target_objs="${jit_target_objs} ${cpu_type}-jit.o"
                tmake_file="${cpu_type}/t-${cpu_type} ${tmake_file}"
                ;;