mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 13:01:58 +08:00
Fixed this where it works. It includes the libpc.a and libc.a from
djgpp v1.x.
This commit is contained in:
@@ -4,12 +4,12 @@ predefines:
|
|||||||
|
|
||||||
startfile: replace
|
startfile: replace
|
||||||
mrtems:
|
mrtems:
|
||||||
pg: start.o%s
|
pg: crt0.o%s
|
||||||
{!pg:
|
{!pg:
|
||||||
g: start.o%s
|
g: crt0.o%s
|
||||||
{!g:
|
{!g:
|
||||||
p: start.o%s
|
p: crt0.o%s
|
||||||
!p: start.o%s
|
!p: crt0.o%s
|
||||||
}}
|
}}
|
||||||
{!mrtems:
|
{!mrtems:
|
||||||
pg: pgcrt0%O
|
pg: pgcrt0%O
|
||||||
@@ -22,10 +22,10 @@ p: pcrt0%O
|
|||||||
|
|
||||||
|
|
||||||
link: replace
|
link: replace
|
||||||
mrtems: -dc -dp -N -T linkcmds%s -e start
|
|
||||||
|
|
||||||
lib: replace
|
lib: replace
|
||||||
mrtems: -( -lc -lrtemsall -lgcc -)
|
mrtems: -( -lc -lrtemsall -lgcc -) -lcgo32 -lpc
|
||||||
|
|
||||||
|
|
||||||
libgcc: replace
|
libgcc: replace
|
||||||
|
|||||||
Reference in New Issue
Block a user