repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2015-08-04 Paolo Carlini <paolo.carlini@oracle.com>
[official-gcc.git]
/
gcc
/
ada
/
vxworks-crtbe-link.spec
blob
8c4398d47703cf2b3b8625a17616230475bb69cf
1
*
self_spec
:
2
+
%{!auto-register:%{!noauto-register:-auto-register}}
\
3
%{!crtbe:%{!nocrtbe:-crtbe}}
4
5
*
startfile
:
6
+
%
{
crtbe
:
%
{!
nocrtbe
:
\
7
%{!noauto-register:crtbegin.o%s}
\
8
%{noauto-register:crtbeginT.o%s}
\
9
}}
10
11
*
endfile
:
12
+
%{crtbe:%{!nocrtbe:crtend.o%s}}
13