forked from Imagelibrary/rtems
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1589/build * configure.ac: Remove obsolete optional manager capability.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
PR 1589/build
|
PR 1589/build
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
AC_PREREQ([2.68])
|
AC_PREREQ([2.68])
|
||||||
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
||||||
AC_CONFIG_SRCDIR([optman])
|
AC_CONFIG_SRCDIR([libchip])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
|
|
||||||
RTEMS_ENABLE_CXX
|
RTEMS_ENABLE_CXX
|
||||||
@@ -149,8 +149,6 @@ BSP_SUBDIRS="$BSP_SUBDIRS support"
|
|||||||
BSP_SUBDIRS="$BSP_SUBDIRS ada"
|
BSP_SUBDIRS="$BSP_SUBDIRS ada"
|
||||||
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
|
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
|
||||||
|
|
||||||
BSP_SUBDIRS="$BSP_SUBDIRS optman"
|
|
||||||
|
|
||||||
AC_ARG_ENABLE([ada],
|
AC_ARG_ENABLE([ada],
|
||||||
[AS_HELP_STRING(--enable-ada,enable ada support)],
|
[AS_HELP_STRING(--enable-ada,enable ada support)],
|
||||||
[case "${enable_ada}" in
|
[case "${enable_ada}" in
|
||||||
@@ -218,19 +216,11 @@ AC_CONFIG_FILES([Makefile],
|
|||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
support/Makefile
|
support/Makefile
|
||||||
|
|
||||||
libchip/Makefile
|
libchip/Makefile
|
||||||
|
|
||||||
optman/Makefile
|
|
||||||
|
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
|
|
||||||
lib/libcpu/Makefile
|
lib/libcpu/Makefile
|
||||||
|
|
||||||
lib/libbsp/Makefile
|
lib/libbsp/Makefile
|
||||||
|
|
||||||
ada/Makefile
|
ada/Makefile
|
||||||
|
|
||||||
wrapup/Makefile
|
wrapup/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user