From b5322ea9254563d7c22164fe97606aecf43aecf3 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 9 Aug 2001 20:01:11 +0000 Subject: [PATCH] Add new RTEMS initialization/configuration library. --- configure/os/CONFIG.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index ebee2d699..02ca62dc2 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -76,7 +76,7 @@ OS_CLASS = RTEMS #-------------------------------------------------- # Operating system flags OP_SYS_CPPFLAGS = -Dfopen=rtems_fopen -Dmain=rtems_main -OP_SYS_LDLIBS = -lreadline -lcurses -lm +OP_SYS_LDLIBS = -lrtemsCom -lreadline -lcurses -lm OP_SYS_LDFLAGS = $(CPU_CFLAGS) -u Init \ $(PROJECT_RELEASE)/lib/no-dpmem.rel \ $(PROJECT_RELEASE)/lib/no-mp.rel \