New epicReadline.c support means that -DIOCSH_USE_READLINE flags
are no longer necessary.
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user