From 57bbd5cbce8e59e2cc23c8339db9e545d6569b07 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 8 Dec 2011 21:42:36 +0000 Subject: 2011-12-08 Joel Sherrill PR 1589/build * configure.ac: Remove obsolete optional manager capability. --- c/src/ChangeLog | 5 +++++ c/src/configure.ac | 12 +----------- 2 files changed, 6 insertions(+), 11 deletions(-) (limited to 'c') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 985de9344a..3c856eaa8c 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,8 @@ +2011-12-08 Joel Sherrill + + PR 1589/build + * configure.ac: Remove obsolete optional manager capability. + 2011-12-08 Joel Sherrill PR 1589/build 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 ]) -- cgit v1.2.3