summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:42:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-08 21:42:36 +0000
commit57bbd5cbce8e59e2cc23c8339db9e545d6569b07 (patch)
tree0aab959adf297eb5abdc0478d9b4f76f7843485b /c
parent2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-57bbd5cbce8e59e2cc23c8339db9e545d6569b07.tar.bz2
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build * configure.ac: Remove obsolete optional manager capability.
Diffstat (limited to 'c')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/configure.ac12
2 files changed, 6 insertions, 11 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 985de9344a..3c856eaa8c 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,6 +1,11 @@
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build
+ * configure.ac: Remove obsolete optional manager capability.
+
+2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1589/build
* optman/.cvsignore, optman/Makefile.am, optman/preinstall.am,
optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
diff --git a/c/src/configure.ac b/c/src/configure.ac
index dbbb0d4083..147d0f65d4 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -4,7 +4,7 @@
AC_PREREQ([2.68])
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
-AC_CONFIG_SRCDIR([optman])
+AC_CONFIG_SRCDIR([libchip])
RTEMS_TOP(../..)
RTEMS_ENABLE_CXX
@@ -149,8 +149,6 @@ BSP_SUBDIRS="$BSP_SUBDIRS support"
BSP_SUBDIRS="$BSP_SUBDIRS ada"
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
-BSP_SUBDIRS="$BSP_SUBDIRS optman"
-
AC_ARG_ENABLE([ada],
[AS_HELP_STRING(--enable-ada,enable ada support)],
[case "${enable_ada}" in
@@ -218,19 +216,11 @@ AC_CONFIG_FILES([Makefile],
AC_CONFIG_FILES([
support/Makefile
-
libchip/Makefile
-
-optman/Makefile
-
lib/Makefile
-
lib/libcpu/Makefile
-
lib/libbsp/Makefile
-
ada/Makefile
-
wrapup/Makefile
])