source: rtems/make/custom/no_bsp.cfg @ 97e2729d

4.104.114.84.95
Last change on this file since 97e2729d was 97e2729d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/98 at 17:38:09

Added --disable-multiprocessing flag and modified a lot of files to make
it work.

  • Property mode set to 100644
File size: 774 bytes
Line 
1#
2#  Configuration file for the "no_bsp" board
3#
4#  $Id$
5#
6
7include $(RTEMS_ROOT)/make/custom/default.cfg
8
9RTEMS_CPU=no_cpu
10RTEMS_CPU_MODEL=no_cpu_model
11
12# This is the actual bsp directory used during the build process.
13RTEMS_BSP_FAMILY=no_bsp
14
15# Use the LIBC support for CYGNUS newlib
16# RTEMS_LIBC_DIR must already be set (by module file)
17RTEMS_USE_NEWLIB=no
18
19# Define this to yes if C++ is included in the development environment.
20# This requires that at least the GNU C++ compiler and libg++ be installed.
21#
22#  Need "main" in BSP so can't link C++ sample test or you will get
23#     duplicate symbol errors for main
24#
25HAS_CPLUSPLUS=no
26
27# This target does NOT support the TCP/IP stack so ignore requests
28# to enable it.
29HAS_NETWORKING=no
30
31# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.