From f3f238783dc15eae2320ade86dceeaef754222d6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jan 1997 15:22:49 +0000 Subject: Fixed this where it works. It includes the libpc.a and libc.a from djgpp v1.x. --- c/src/lib/libbsp/i386/go32/bsp_specs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'c') 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 -- cgit v1.2.3