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

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 777 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 $(RTEMS_ROOT)/make/target.cfg
12include $(RTEMS_ROOT)/make/host.cfg
13
14# Specify here the host and target "architectures"
15HOST_ARCH=o-$(RTEMS_HOST)
16ifndef TARGET_ARCH
17TARGET_ARCH=o-@RTEMS_BSP@
18endif
19
20include $(RTEMS_ROOT)/make/main.cfg
21include $(RTEMS_ROOT)/make/bsp.cfg
22
23## Target compiler config file, if any
24CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
25
26## GCC specs extension file location
27RTEMS_BSP_SPECS = $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
28
29# Base name of start file
30START_BASE=start
31
Note: See TracBrowser for help on using the repository browser.