diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-05 13:54:35 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-05 13:54:35 +0000 |
commit | 3aa6cfd7a15782fc85a47bf9831a72306c8c669e (patch) | |
tree | 1956d382af63faba16b159819e692fc032ca8094 /gcc/config.gcc | |
parent | 99f81ffb527eb0736e864574b58a341f62f8d9b8 (diff) | |
download | gcc-3aa6cfd7a15782fc85a47bf9831a72306c8c669e.tar.gz |
* config.gcc (*-*-vxworks*): Do not override an existing extra_objs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202284 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d0cb680d04a..36d5ae82dd1 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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' ;; |