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

4.104.114.84.95
Last change on this file since 45789f2 was 8d2eb8c, checked in by Joel Sherrill <joel.sherrill@…>, on 04/11/01 at 13:49:47

2001-04-11 Joel Sherrill <joel@…>

  • custom/default.cfg: Switch to using exec_prefix to reflect new organization of install point from Ralf Corsepius.
  • Property mode set to 100644
File size: 838 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 converting RTEMS to autoconf.  Thanks. --joel)
7#
8#  $Id$
9#
10
11include $(exec_prefix)/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# use the inline functions instead of the macros
18# ref: src/exec/generic/Makefile
19ifeq ($(RTEMS_USE_MACROS),yes)
20INLINE=macros
21INLINE_UPCASE=
22else
23INLINE=inline
24INLINE_UPCASE=INLINE
25endif
26
27## Target compiler config file, if any
28CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
29
30## GCC specs extension file location
31RTEMS_BSP_SPECS = $(PROJECT_ROOT)/$(RTEMS_BSP)/lib/bsp_specs
32
33# Base name of start file
34START_BASE=start
35
Note: See TracBrowser for help on using the repository browser.