New epicReadline.c support means that -DIOCSH_USE_READLINE flags

are no longer necessary.
This commit is contained in:
W. Eric Norum
2001-01-11 16:50:15 +00:00
parent 06c360c5eb
commit 9ab0e7ec59
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ OS_CLASS = RTEMS
#--------------------------------------------------
# Operating system flags
OP_SYS_CPPFLAGS = -Dfopen=rtems_fopen -Dmain=rtems_main -DIOCSH_USE_READLINE
OP_SYS_CPPFLAGS = -Dfopen=rtems_fopen -Dmain=rtems_main
OP_SYS_LDLIBS = -lreadline -lcurses
OP_SYS_LDFLAGS = $(CPU_CFLAGS) -u Init -lCom \
$(PROJECT_RELEASE)/lib/no-dpmem.rel \
-2
View File
@@ -31,8 +31,6 @@ RANLIB = ranlib -t
# -D_BSD_SOURCE for gethostname() in unistd.h as needed by cacChannelIO.cpp.
ARCH_DEP_CPPFLAGS += -D_BSD_SOURCE
# IOCSH_USE_READLINE needed by iocsh/ioccrf.c
ARCH_DEP_CPPFLAGS += -DIOCSH_USE_READLINE
ARCH_DEP_CPPFLAGS += -D_X86_ -Dlinux
ARCH_DEP_LDFLAGS =