Commit 6994430a by Eric Botcazou Committed by Eric Botcazou

* config.gcc (*-*-vxworks*): Do not override an existing extra_objs.

From-SVN: r202284
parent e67f39f7
2013-09-05 Eric Botcazou <ebotcazou@adacore.com>
* config.gcc (*-*-vxworks*): Do not override an existing extra_objs.
2013-09-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/58137
......
......@@ -831,7 +831,7 @@ case ${target} in
tmake_file=t-vxworks
xm_defines=POSIX
extra_options="${extra_options} vxworks.opt"
extra_objs=vxworks.o
extra_objs="$extra_objs vxworks.o"
case ${enable_threads} in
no) ;;
"" | yes | vxworks) thread_file='vxworks' ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment