source: rtems/make/custom/default.cfg @ 4233e1f

4.104.114.84.95
Last change on this file since 4233e1f was 2f6c188, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/24/03 at 10:02:34

2003-11-24 Ralf Corsepius <corsepiu@…>

  • custom/HPUX9-posix.cfg: Remove INLINE, INLINE_UPCASE.
  • custom/default.cfg: Remove INLINE,INLINE_UPCASE.
  • Property mode set to 100644
File size: 563 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)/$(RTEMS_BSP)/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## Target compiler config file, if any
18CONFIG.CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
19
20# Base name of start file
21START_BASE=start
22
Note: See TracBrowser for help on using the repository browser.