diff --git a/gcc/config.gcc b/gcc/config.gcc index 2ecce1c4e3e..44004102a3f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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}" ;;