diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/vxworks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/vxworks.h b/gcc/config/vxworks.h index bddf2c3..8210de4 100644 --- a/gcc/config/vxworks.h +++ b/gcc/config/vxworks.h @@ -141,8 +141,8 @@ along with GCC; see the file COPYING3. If not see %{!shared: \ %{mrtp:-q %{h*} \ %{R*} %{!T*: %(link_start) } \ - %(link_target) %(link_os)}} \ - %{v:-v} \ + %(link_os)}} \ + %{v:-V} \ %{shared:-shared} \ %{Bstatic:-Bstatic} \ %{Bdynamic:-Bdynamic} \ |