Files
rtems/make/custom/default.cfg
Ralf Corsepius 393d271670 2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
	obsolete Makefile.
	* leaf.cfg: Various changes to LIBVARIANT processing.
	* main.cfg: Ditto.
2002-11-12 10:32:00 +00:00

32 lines
706 B
INI

# 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$
#
include $(exec_prefix)/make/target.cfg
include $(RTEMS_ROOT)/make/host.cfg
include $(RTEMS_ROOT)/make/main.cfg
include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
# use the inline functions instead of the macros
ifeq ($(RTEMS_USE_MACROS),yes)
INLINE=macros
INLINE_UPCASE=
else
INLINE=inline
INLINE_UPCASE=INLINE
endif
## Target compiler config file, if any
CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
# Base name of start file
START_BASE=start