source: rtems/make/custom/default.cfg @ b1a66fea

4.104.114.95
Last change on this file since b1a66fea was b1a66fea, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/08 at 20:50:58

2008-03-11 Joel Sherrill <joel.sherrill@…>

  • custom/av5282.cfg, custom/bare.cfg, custom/default.cfg, custom/gba.cfg, custom/gp32.cfg, custom/i386ex.cfg, custom/idp.cfg, custom/mbx8xx.cfg, custom/mcf5235.cfg, custom/mcp750.cfg, custom/mrm332.cfg, custom/mtx603e.cfg, custom/mvme136.cfg, custom/mvme147.cfg, custom/mvme162.cfg, custom/mvme162lx.cfg, custom/mvme167.cfg, custom/mvme2100.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/nios2_iss.cfg, custom/pc386.cfg, custom/posix.cfg, custom/score603e.cfg, custom/sim68000.cfg, custom/simcpu32.cfg, custom/ss555.cfg, custom/ts_386ex.cfg, custom/uC5282.cfg, custom/virtex.cfg: Switch to explicit .exe instead of EXEEXT to get it to work.
  • Property mode set to 100644
File size: 568 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
19
20# Base name of start file
21START_BASE=start
Note: See TracBrowser for help on using the repository browser.