From: Antoni Boucher <[email protected]>

gcc/ChangeLog:
        * config.gcc (jit_target_objs): Don't set this variable since
        the object files don't exist.
---
 gcc/config.gcc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index a73bf9578e9..04cda10bd61 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -6106,7 +6106,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}"
 		;;
 

Reply via email to