summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-14 15:20:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-14 15:20:26 +0000
commitd9ac411f329070483a818ffc3d5ddbbb23c6ccc7 (patch)
tree2abc2a31db271666ccb72fea245e5b699e220a23 /c
parent2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-d9ac411f329070483a818ffc3d5ddbbb23c6ccc7.tar.bz2
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src which still uses RTEMS_ROOT).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i386/pc386/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i386/pc386/configure.ac2
2 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog
index fe721a102a..65dffb81c9 100644
--- a/c/src/lib/libbsp/i386/pc386/ChangeLog
+++ b/c/src/lib/libbsp/i386/pc386/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
+
+ * configure.ac: Add RTEMS_ROOT (HACK: This is the last file c/src
+ which still uses RTEMS_ROOT).
+
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
diff --git a/c/src/lib/libbsp/i386/pc386/configure.ac b/c/src/lib/libbsp/i386/pc386/configure.ac
index 3fb211d3c2..8d563a62b8 100644
--- a/c/src/lib/libbsp/i386/pc386/configure.ac
+++ b/c/src/lib/libbsp/i386/pc386/configure.ac
@@ -24,6 +24,8 @@ AM_CONDITIONAL(RTEMS_GAS_CODE16,[test "$RTEMS_GAS_CODE16" = "yes"])
AM_CONDITIONAL(HAS_NETWORKING,[test "$HAS_NETWORKING" = "yes"])
+AC_SUBST([RTEMS_ROOT],[${rtems_updir}'$(top_builddir)'])
+
RTEMS_CONFIG_BUILD_SUBDIRS(tools)
AC_SUBST(RTEMS_BSP)