Warning, /bsps/powerpc/beatnik/config/beatnik.cfg is written in an unsupported language. File is not indexed.
0001 #
0002 # Config file for the PowerPC 745x based mvmexxxx
0003 #
0004 #
0005
0006 include $(RTEMS_ROOT)/make/custom/default.cfg
0007
0008 RTEMS_CPU=powerpc
0009 RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
0010
0011 # This is the actual bsp directory used during the build process.
0012 RTEMS_BSP_FAMILY=beatnik
0013
0014 # This contains the compiler options necessary to select the CPU model
0015 # and (hopefully) optimize for it.
0016 #
0017 CPU_CFLAGS = -mcpu=7400
0018 #T. Straumann; disable sdata=eabi for now until CEXP supports it -meabi -msdata=eabi
0019
0020 # optimize flag: typically -0, could use -O4 or -fast
0021 # -O4 is ok for RTEMS
0022 # NOTE: some level of -O may be actually required by inline assembler
0023 #CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
0024 CFLAGS_OPTIMIZE_V = -O2 -g
0025 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0026
0027 LDFLAGS = -Wl,--gc-sections
0028
0029 define bsp-post-link
0030 $(default-bsp-post-link)
0031 $(OBJCOPY) -O binary $@ $(basename $@)$(DOWNEXT)
0032 endef
0033
0034 # Miscellaneous additions go here
0035 START_BASE = motld_start