Latest RTEMS add-on packages provide libtecla so make it the default on RTEMS.

This commit is contained in:
W. Eric Norum
2002-11-29 14:52:14 +00:00
parent 208aa3ce0b
commit 384e3af4b5

View File

@@ -98,8 +98,8 @@ CONFORM_CXXFLAGS_STRICT = -ansi
#--------------------------------------------------
# Command-line input support
COMMANDLINE_LIBRARY = READLINE
LDLIBS_READLINE = -lreadline -lncurses
COMMANDLINE_LIBRARY = LIBTECLA
LDLIBS_LIBTECLA = -ltecla_r -lncurses
#--------------------------------------------------
# Allow site overrides