source: rtems/make/custom/default.cfg @ 3c5a40f

4.104.115
Last change on this file since 3c5a40f was 15043ea9, checked in by Joel Sherrill <joel.sherrill@…>, on 09/18/08 at 17:33:55

2008-09-18 Joel Sherrill <joel.sherrill@…>

  • compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg, custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg, custom/default.cfg, custom/haleakala.cfg, custom/mbx8xx.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/posix.cfg, custom/ss555.cfg, custom/virtex.cfg: Eliminate START_BASE and START_FILE.
  • Property mode set to 100644
File size: 524 bytes
Line 
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 the initial RTEMS autoconf support.  Thanks. --joel)
7#
8#  $Id$
9#
10
11include $(exec_prefix)/$(RTEMS_BSP)/make/target.cfg
12include $(RTEMS_ROOT)/make/host.cfg
13
14include $(RTEMS_ROOT)/make/main.cfg
15include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
16
17## Target compiler config file, if any
18CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
Note: See TracBrowser for help on using the repository browser.