From cf9ce0bf02e9f229cacc61c17ec8c0bce93571ad Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Thu, 31 Jan 2002 15:38:05 +0000 Subject: [PATCH] Track changes in RTEMS library names. --- 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 8ca01dd94..55ce278aa 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 = -Dmain=rtems_main -OP_SYS_LDLIBS = -lrtemsall -lrtemsCom -lreadline -lcurses -lm +OP_SYS_LDLIBS = -lrtemscpu -lrtemsCom -lreadline -lcurses -lm OP_SYS_LDFLAGS = $(CPU_CFLAGS) -u Init \ $(PROJECT_RELEASE)/lib/no-dpmem.rel \ $(PROJECT_RELEASE)/lib/no-mp.rel \