forked from Imagelibrary/rtems
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* minimum/Makefile.am: Link against all managers. * minimum/init.c: Use existing confdefs.h macros to turn off more this test does not use.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* minimum/Makefile.am: Link against all managers.
|
||||||
|
* minimum/init.c: Use existing confdefs.h macros to turn off more
|
||||||
|
this test does not use.
|
||||||
|
|
||||||
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* iostream/system.h: Update to include definition of
|
* iostream/system.h: Update to include definition of
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
MANAGERS =
|
MANAGERS = all
|
||||||
|
|
||||||
rtems_tests_PROGRAMS = minimum.exe
|
rtems_tests_PROGRAMS = minimum.exe
|
||||||
minimum_exe_SOURCES = init.c
|
minimum_exe_SOURCES = init.c
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/* Minimum Size Application Initialization
|
/* Minimum Size Application Initialization
|
||||||
*
|
*
|
||||||
* COPYRIGHT (c) 1989-2007.
|
* COPYRIGHT (c) 1989-2008.
|
||||||
* On-Line Applications Research Corporation (OAR).
|
* On-Line Applications Research Corporation (OAR).
|
||||||
*
|
*
|
||||||
* The license and distribution terms for this file may be
|
* The license and distribution terms for this file may be
|
||||||
@@ -39,6 +39,17 @@ rtems_task Init(
|
|||||||
*/
|
*/
|
||||||
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
|
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This test does not need the console driver so there is no reason
|
||||||
|
* to configure termios.
|
||||||
|
*/
|
||||||
|
#define CONFIGURE_TERMIOS_DISABLED
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This test does not use any stdio.
|
||||||
|
*/
|
||||||
|
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 0
|
||||||
|
|
||||||
#define CONFIGURE_INIT
|
#define CONFIGURE_INIT
|
||||||
|
|
||||||
#include <rtems/confdefs.h>
|
#include <rtems/confdefs.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user