summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:05:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:05:04 +0000
commitc6cf3baea3329647e853db7419cb02bf8322be7e (patch)
tree01a154816f1d2beae2406d2d7e5898ae705e00fc /c/src/lib/libbsp/unix
parent2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-c6cf3baea3329647e853db7419cb02bf8322be7e.tar.bz2
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_ENV_RTEMSBSP.
Diffstat (limited to 'c/src/lib/libbsp/unix')
-rw-r--r--c/src/lib/libbsp/unix/posix/tools/ChangeLog4
-rw-r--r--c/src/lib/libbsp/unix/posix/tools/configure.ac2
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/unix/posix/tools/ChangeLog b/c/src/lib/libbsp/unix/posix/tools/ChangeLog
index cc4044a776..80de3aed74 100644
--- a/c/src/lib/libbsp/unix/posix/tools/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/tools/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Add RTEMS_ENV_RTEMSBSP.
+
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
diff --git a/c/src/lib/libbsp/unix/posix/tools/configure.ac b/c/src/lib/libbsp/unix/posix/tools/configure.ac
index 498219e7a9..fd816d2f6c 100644
--- a/c/src/lib/libbsp/unix/posix/tools/configure.ac
+++ b/c/src/lib/libbsp/unix/posix/tools/configure.ac
@@ -12,6 +12,8 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE([no-define foreign 1.8])
AM_MAINTAINER_MODE
+RTEMS_ENV_RTEMSBSP
+
RTEMS_PATH_KSH
AC_PATH_PROG(PERL,perl)