* arm/elf-rdimon.specs (-lrdimon): Change link to lib.

This commit is contained in:
Corinna Vinschen 2013-02-10 11:57:51 +00:00
parent 064e3a9115
commit 29507fecb4
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-02-04 Greta Yorsh <greta.yorsh@arm.com>
* arm/elf-rdimon.specs (-lrdimon): Change link to lib.
2013-02-01 Nick Clifton <nickc@redhat.com>
* v850/crt0.S: Add recognition of the e3v5

View File

@ -1,7 +1,10 @@
%rename link old_link
*link:
%(old_link) -lrdimon
*libgloss:
-lrdimon
*lib:
--start-group %(libc) %(libgloss) --end-group
*startfile:
crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s}