new file used by gcc 2.8.x -specs option

This commit is contained in:
Joel Sherrill
1997-01-28 23:16:16 +00:00
parent fc5e2d7328
commit b1b5a7cb43
18 changed files with 612 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
predefines:
-D__embedded__ -Asystem(embedded)
startfile: replace
mrtems:
pg: startsis.o%s
{!pg:
g: startsis.o%s
{!g:
p: startsis.o%s
!p: startsis.o%s
}}
{!mrtems:
pg: pgcrt0%O
{!pg:
g: gcrt0%O
{!g:
p: pcrt0%O
!p: crt0%O
}}}
link: replace
mrtems: -dc -dp -N -T linkcmds%s -e start
lib: replace
mrtems: -( -lc -lrtemsall -lgcc -)
libgcc: replace