* config.gcc (*-*-vxworks*): Do not override an existing extra_objs.
From-SVN: r202284
This commit is contained in:
parent
e67f39f7c9
commit
6994430ae0
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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' ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue