[rtems commit] misc/rtemsdefaultconfig: Add bdbuf so libbsd can be used with configure.

Chris Johns chrisj at rtems.org
Tue Jul 2 09:49:53 UTC 2019


Module:    rtems
Branch:    master
Commit:    5cbee18e0030981cd61b8c9d556cc5c57f6ee082
Changeset: http://git.rtems.org/rtems/commit/?id=5cbee18e0030981cd61b8c9d556cc5c57f6ee082

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Jul  2 18:44:18 2019 +1000

misc/rtemsdefaultconfig: Add bdbuf so libbsd can be used with configure.

---

 cpukit/libmisc/dummy/default-configuration.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cpukit/libmisc/dummy/default-configuration.c b/cpukit/libmisc/dummy/default-configuration.c
index 629c580..5e130bc 100644
--- a/cpukit/libmisc/dummy/default-configuration.c
+++ b/cpukit/libmisc/dummy/default-configuration.c
@@ -99,6 +99,8 @@ static void Init( rtems_task_argument arg )
 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 
+#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK
+
 #define CONFIGURE_MAXIMUM_PROCESSORS CPU_MAXIMUM_PROCESSORS
 
 #define CONFIGURE_DISABLE_BSP_SETTINGS
@@ -106,4 +108,3 @@ static void Init( rtems_task_argument arg )
 #define CONFIGURE_INIT
 
 #include <rtems/confdefs.h>
-



More information about the vc mailing list