source: rtems/c/src/make/custom/default.cfg.in @ dedb090f

4.104.114.84.95
Last change on this file since dedb090f was dedb090f, checked in by Joel Sherrill <joel.sherrill@…>, on 06/29/00 at 15:32:03

Patch rtems-rc-20000627-2 from Ralf Corsepius <corsepiu@…>
that does some cleanup:

  • remove c/src/make/main.cfg.in (obsolete, unused) and any reference to it.
  • remove RTEMS_BSP_SPECS from c/src/make/custom/default.cfg.in (unused)

Notes:

All files being effected by this patch are only used when building
RTEMS, therefore this patch should not have any side-effects outside
of the source- rsp. build-tree.

  • Property mode set to 100644
File size: 501 bytes
RevLine 
[eb299afc]1# Default target settings
2#
3# Some of these values are redefined in the target specific .cfg files.
4#
5# Created by Jiri Gaisler, 16-03-97  (who is owed a debt of gratitude
6#   for converting RTEMS to autoconf.  Thanks. --joel)
7#
8#  $Id$
9#
10
[d6c83529]11include $(RTEMS_ROOT)/../make/target.cfg
[eb299afc]12include $(RTEMS_ROOT)/make/host.cfg
13
[1896a650]14include $(RTEMS_ROOT)/make/bsp.cfg
[eb299afc]15
16## Target compiler config file, if any
[d6c83529]17CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
[eb299afc]18
19# Base name of start file
20START_BASE=start
Note: See TracBrowser for help on using the repository browser.