From 3cba651ae82bc3a4332b075528ea67900c97ff96 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 6 Mar 2001 15:12:50 +0000 Subject: [PATCH] Add definition of partial link command (LD). --- configure/os/CONFIG.Common.RTEMS | 1 + 1 file changed, 1 insertion(+) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 021c3c8ad..757b192a3 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -33,6 +33,7 @@ CC = $(CC_FOR_TARGET) $(GCCSPECS) -fasm CCC = $(CC) CPP = $(CC_FOR_TARGET) -x c -E AR = $(AR_FOR_TARGET) +LD = $(LD_FOR_TARGET) -r RTEMS_LDFLAGS := $(LDFLAGS) LINK.cpp = $(CCC) -o $@ $(RTEMS_LDFLAGS) $(LDFLAGS) $(LINK_OBJS) $(PROD_LD_OBJS) $(PROD_LD_RESS) $(LDLIBS)