Warning, /bsps/powerpc/qoriq/config/qoriq.inc is written in an unsupported language. File is not indexed.
0001 #
0002 # Shared base config file for QorIQ BSPs
0003 #
0004
0005 include $(RTEMS_ROOT)/make/custom/default.cfg
0006
0007 RTEMS_CPU = powerpc
0008
0009 CPU_CFLAGS = -mcpu=8540 -msoft-float -meabi -msdata=sysv -fno-common -mstrict-align
0010
0011 CFLAGS_OPTIMIZE_V = -O2 -g
0012 CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
0013
0014 LDFLAGS = -Wl,--gc-sections
0015
0016 # define bsp-post-link
0017 # $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
0018 # gzip -f -9 '$(basename $@).bin'
0019 # mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
0020 # $(default-bsp-post-link)
0021 # endef