mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
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.
This commit is contained in:
@@ -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}"
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user