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

From-SVN: r202284
This commit is contained in:
Eric Botcazou 2013-09-05 13:54:35 +00:00 committed by Eric Botcazou
parent e67f39f7c9
commit 6994430ae0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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' ;;