Fixed this where it works. It includes the libpc.a and libc.a from

djgpp v1.x.
This commit is contained in:
Joel Sherrill
1997-01-29 15:22:49 +00:00
parent cb585c3159
commit f3f238783d

View File

@@ -4,12 +4,12 @@ predefines:
startfile: replace
mrtems:
pg: start.o%s
pg: crt0.o%s
{!pg:
g: start.o%s
g: crt0.o%s
{!g:
p: start.o%s
!p: start.o%s
p: crt0.o%s
!p: crt0.o%s
}}
{!mrtems:
pg: pgcrt0%O
@@ -22,10 +22,10 @@ p: pcrt0%O
link: replace
mrtems: -dc -dp -N -T linkcmds%s -e start
lib: replace
mrtems: -( -lc -lrtemsall -lgcc -)
mrtems: -( -lc -lrtemsall -lgcc -) -lcgo32 -lpc
libgcc: replace