From d76a8e01c7f695656e5dbb6913fa71820ae016d1 Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Wed, 16 Feb 2005 19:01:37 +0000 Subject: [PATCH] Move RTEMS location declaration to user-editable configure/RELEASE file. --- configure/RELEASE | 5 +++++ configure/os/CONFIG.Common.RTEMS | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure/RELEASE b/configure/RELEASE index 346b97a68..c6edb9610 100644 --- a/configure/RELEASE +++ b/configure/RELEASE @@ -18,6 +18,11 @@ VX_DIR = /usr/local/vw/tornado202p1 #VX_DIR = /usr/local/vw/tornado22-$(ARCH_CLASS) +#------------------------------------------------------- +# Where to find RTEMS +RTEMS_BASE=/usr/local/rtems/rtems-4.7 +RTEMS_VERSION=4.7 + # If you don't want to install into $(TOP) dir then # define INSTALL_LOCATION here #INSTALL_LOCATION= diff --git a/configure/os/CONFIG.Common.RTEMS b/configure/os/CONFIG.Common.RTEMS index d24b52d48..2b93e7d1b 100644 --- a/configure/os/CONFIG.Common.RTEMS +++ b/configure/os/CONFIG.Common.RTEMS @@ -13,11 +13,6 @@ #------------------------------------------------------- # -#------------------------------------------------------- -# Where to find RTEMS -RTEMS_BASE=/usr/local/rtems/rtems-4.7 -RTEMS_VERSION=4.7 - #------------------------------------------------------- # RTEMS tools are similar to UNIX tools -include $(CONFIG)/os/CONFIG.Common.UnixCommon