summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 15:22:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-01-29 15:22:49 +0000
commitf3f238783dc15eae2320ade86dceeaef754222d6 (patch)
treea9557bc092abc1d446b9c3798a93b2b1cddb0bb2 /c
parenterc32 bsp supercedes sis (diff)
downloadrtems-f3f238783dc15eae2320ade86dceeaef754222d6.tar.bz2
Fixed this where it works. It includes the libpc.a and libc.a from
djgpp v1.x.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/go32/bsp_specs12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/i386/go32/bsp_specs b/c/src/lib/libbsp/i386/go32/bsp_specs
index 70d6a7ab66..3a0cb4c93a 100644
--- a/c/src/lib/libbsp/i386/go32/bsp_specs
+++ b/c/src/lib/libbsp/i386/go32/bsp_specs
@@ -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