* arm/elf-rdimon.specs (-lrdimon): Change link to lib.
This commit is contained in:
parent
064e3a9115
commit
29507fecb4
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue