From 25d1b89de123de95915c3ab7920dea02326e8637 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 13 Aug 2010 17:56:27 -0500 Subject: [PATCH] Use $(RTEMS_VERSION) in default path to RTEMS_BASE. --- configure/os/CONFIG_SITE.Common.RTEMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG_SITE.Common.RTEMS b/configure/os/CONFIG_SITE.Common.RTEMS index cf79e32de..bf6195bcf 100644 --- a/configure/os/CONFIG_SITE.Common.RTEMS +++ b/configure/os/CONFIG_SITE.Common.RTEMS @@ -5,8 +5,8 @@ # Where to find RTEMS # -RTEMS_BASE=/usr/local/rtems/rtems-4.9.2 RTEMS_VERSION=4.9.2 +RTEMS_BASE=/usr/local/rtems/rtems-$(RTEMS_VERSION) # Cross-compile toolchain in $(RTEMS_TOOLS)/bin #