URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [make/] [bsp.cfg.in] - Rev 1782
Compare with Previous | Blame | View Log
## BSP configuration flags for BSP "@RTEMS_BSP@"
##
## Does this BSP support multiprocessing ?
##
HAS_MP = @HAS_MP@
##
## Does this BSP support RTEMS's remote debugger ?
##
HAS_RDBG = @HAS_RDBG@
##
## Does this BSP support RTEMS's posix API ?
##
HAS_POSIX_API = @HAS_POSIX_API@
##
## Does this BSP support RTEMS's ITRON API ?
##
HAS_ITRON_API = @HAS_ITRON_API@
##
## Does this BSP support RTEMS's CXX API ?
##
HAS_CPLUSPLUS = @HAS_CPLUSPLUS@
##
## Does this BSP support RTEMS's networking ?
##
HAS_NETWORKING = @HAS_NETWORKING@
## Only used for the bare bsp
BARE_CPU_MODEL = @BARE_CPU_MODEL@
BARE_CPU_CFLAGS = @BARE_CPU_CFLAGS@