source: rtems/make/custom/no_bsp.cfg @ 45789f2

4.104.114.84.95
Last change on this file since 45789f2 was 3a8915e, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/99 at 17:55:25

Patch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@…>
applied. This modified many Makefiles and custom files and makes many more
settings (network, multiprocessing, etc) gnerated by autoconf.

  • Property mode set to 100644
File size: 556 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# Define this to yes if C++ is included in the development environment.
16# This requires that at least the GNU C++ compiler and libg++ be installed.
17#
18#  Need "main" in BSP so can't link C++ sample test or you will get
19#     duplicate symbol errors for main
20#
21HAS_CPLUSPLUS=no
22
23# Miscellaneous additions go here
Note: See TracBrowser for help on using the repository browser.