summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-23 13:16:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-23 13:16:14 +0000
commitaea8e66bce0ea04c296cbf2f92e6d5767345dace (patch)
tree0fde514e9a4a96534a8cecc710280de631bc81a5 /c
parent2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-aea8e66bce0ea04c296cbf2f92e6d5767345dace.tar.bz2
2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ada/.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/configure.ac6
2 files changed, 10 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 211b0094a5..9a7e981989 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Add ada/.
+
2005-05-20 Sergei Organov <osv@topconrd.ru>
PR 750/networking
diff --git a/c/src/configure.ac b/c/src/configure.ac
index bb4c4daecd..e6017a280a 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -162,6 +162,7 @@ AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[
])
BSP_SUBDIRS="$BSP_SUBDIRS support"
+BSP_SUBDIRS="$BSP_SUBDIRS ada"
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
AC_ARG_ENABLE([ada],
@@ -225,6 +226,9 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \
&& test -n "$AWK" \
&& test "$enable_rpcgen" = yes])
+AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
+ && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
+
RTEMS_PROJECT_ROOT
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
@@ -256,6 +260,8 @@ lib/libcpu/Makefile
lib/libbsp/Makefile
+ada/Makefile
+
wrapup/Makefile
])