summaryrefslogblamecommitdiffstats
path: root/make/custom/default.cfg
blob: 96bb9afb5e1ea7ee80a44614ec1ca5aa8ab4bf35 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                                                       
                                                            
 


                                                                  
                                    
 
                                   
                                                               
 
                                      
                                                                
# 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 the initial RTEMS autoconf support.  Thanks. --joel)

RTEMS_TARGET = $(RTEMS_CPU)-rtems$(RTEMS_API)

include $(RTEMS_ROOT)/$(RTEMS_TARGET)/$(RTEMS_BSP)/make/target.cfg
include $(RTEMS_SHARE)/make/host.cfg

include $(RTEMS_ROOT)/make/main.cfg
include $(RTEMS_ROOT)/$(RTEMS_TARGET)/$(RTEMS_BSP)/make/bsp.cfg

## Target compiler config file, if any
CONFIG.CC = $(RTEMS_SHARE)/make/compilers/gcc-target-default.cfg