Warning, /bsps/powerpc/mpc55xxevb/config/mpc55xx.inc is written in an unsupported language. File is not indexed.
0001 ##
0002 #
0003 # @file
0004 #
0005 # @ingroup mpc55xx_config
0006 #
0007 # @brief Shared configuration file for the MPC55xx board family.
0008 #
0009
0010 include $(RTEMS_ROOT)/make/custom/default.cfg
0011
0012 RTEMS_CPU = powerpc
0013
0014 CPU_CFLAGS = -mcpu=8540 -msoft-float -meabi -msdata=sysv -fno-common \
0015 -mstrict-align
0016
0017 CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
0018 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0019
0020 LDFLAGS = -Wl,--gc-sections