From 835199a45d6bb9f2a866cfe34f3c4eac07467310 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 13 Dec 2012 15:52:06 -0600 Subject: [PATCH] RTEMS: Bump the version number Also show the other COMMANDLINE_LIBRARY choices. --- configure/os/CONFIG_SITE.Common.RTEMS | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/configure/os/CONFIG_SITE.Common.RTEMS b/configure/os/CONFIG_SITE.Common.RTEMS index bf6195bcf..d8b700b8c 100644 --- a/configure/os/CONFIG_SITE.Common.RTEMS +++ b/configure/os/CONFIG_SITE.Common.RTEMS @@ -5,21 +5,22 @@ # Where to find RTEMS # -RTEMS_VERSION=4.9.2 -RTEMS_BASE=/usr/local/rtems/rtems-$(RTEMS_VERSION) +RTEMS_VERSION = 4.10.2 +RTEMS_BASE = /usr/local/rtems/rtems-$(RTEMS_VERSION) # Cross-compile toolchain in $(RTEMS_TOOLS)/bin # -RTEMS_TOOLS=$(RTEMS_BASE) +RTEMS_TOOLS = $(RTEMS_BASE) # If you're using neither BOOTP/DHCP nor FLASH to pick up your IOC -# network configuration you must uncomment and specify your Internet +# network configuration you must uncomment and specify your Internet # Domain Name here # #OP_SYS_CFLAGS += -DRTEMS_NETWORK_CONFIG_DNS_DOMAINNAME= -# -# Specify your desired command-line-input library +# Select the command-line-input library to use # COMMANDLINE_LIBRARY = EPICS +#COMMANDLINE_LIBRARY = LIBTECLA +#COMMANDLINE_LIBRARY = READLINE