source: rtems/make/custom/default.cfg @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 514 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 the initial RTEMS autoconf support.  Thanks. --joel)
7
8include $(exec_prefix)/$(RTEMS_BSP)/make/target.cfg
9include $(RTEMS_SHARE)/make/host.cfg
10
11include $(RTEMS_ROOT)/make/main.cfg
12include $(exec_prefix)/$(RTEMS_BSP)/make/bsp.cfg
13
14## Target compiler config file, if any
15CONFIG.CC = $(RTEMS_SHARE)/make/compilers/gcc-target-default.cfg
Note: See TracBrowser for help on using the repository browser.