URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems/] [make/] [custom/] [default.cfg] - Rev 1765
Compare with Previous | Blame | View Log
# Default target settings## Some of these values are redefined in the target specific .cfg files.## Created by Jiri Gaisler, 16-03-97 (who is owed a debt of gratitude# for converting RTEMS to autoconf. Thanks. --joel)## $Id: default.cfg,v 1.2 2001-09-27 12:02:52 chris Exp $#include $(RTEMS_ROOT)/make/target.cfginclude $(RTEMS_ROOT)/make/host.cfginclude $(RTEMS_ROOT)/make/main.cfginclude $(RTEMS_ROOT)/$(RTEMS_BSP)/make/bsp.cfg# use the inline functions instead of the macros# ref: src/exec/generic/Makefileifeq ($(RTEMS_USE_MACROS),yes)INLINE=macrosINLINE_UPCASE=elseINLINE=inlineINLINE_UPCASE=INLINEendif## Target compiler config file, if anyCONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg## GCC specs extension file locationRTEMS_BSP_SPECS = $(PROJECT_ROOT)/$(RTEMS_BSP)/lib/bsp_specs# Base name of start fileSTART_BASE=start
