OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [make/] [custom/] [default.cfg] - Blame information for rev 588

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
# 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: default.cfg,v 1.2 2001-09-27 12:02:52 chris Exp $
9
#
10
 
11
include $(RTEMS_ROOT)/make/target.cfg
12
include $(RTEMS_ROOT)/make/host.cfg
13
 
14
include $(RTEMS_ROOT)/make/main.cfg
15
include $(RTEMS_ROOT)/$(RTEMS_BSP)/make/bsp.cfg
16
 
17
# use the inline functions instead of the macros
18
# ref: src/exec/generic/Makefile
19
ifeq ($(RTEMS_USE_MACROS),yes)
20
INLINE=macros
21
INLINE_UPCASE=
22
else
23
INLINE=inline
24
INLINE_UPCASE=INLINE
25
endif
26
 
27
## Target compiler config file, if any
28
CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
29
 
30
## GCC specs extension file location
31
RTEMS_BSP_SPECS = $(PROJECT_ROOT)/$(RTEMS_BSP)/lib/bsp_specs
32
 
33
# Base name of start file
34
START_BASE=start
35
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.