From cab1f58df1f03aefbc8678a2654ce1a2255ffe00 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 26 Sep 2001 15:28:29 +0000 Subject: [PATCH] The RTEMS TFTP driver now supports a limited form of chdir(). This means that the hack of redefining fopen is no longer necessary. Link -lrtemsall before -lrtemsCom to ensure that the configuration information gets pulled from the rtemsCom library. --- configure/os/CONFIG.Common.RTEMS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index 964e05ab4..1370264ca 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -75,8 +75,8 @@ OS_CLASS = RTEMS #-------------------------------------------------- # Operating system flags -OP_SYS_CPPFLAGS = -Dfopen=rtems_fopen -Dmain=rtems_main -OP_SYS_LDLIBS = -lrtemsCom -lreadline -lcurses -lm +OP_SYS_CPPFLAGS = -Dmain=rtems_main +OP_SYS_LDLIBS = -lrtemsall -lrtemsCom -lreadline -lcurses -lm OP_SYS_LDFLAGS = $(CPU_CFLAGS) -u Init \ $(PROJECT_RELEASE)/lib/no-dpmem.rel \ $(PROJECT_RELEASE)/lib/no-mp.rel \