source: rtems/bsps/powerpc/qoriq/config/qoriq.inc @ 8f8ccee

5
Last change on this file since 8f8ccee was adb85dd, checked in by Sebastian Huber <sebastian.huber@…>, on 04/21/18 at 08:22:08

bsps: Move make/custom/* files to bsps

Adjust various build files. Remove automatic generation of the
c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 634 bytes
Line 
1#
2#  Shared base config file for QorIQ BSPs
3#
4
5include $(RTEMS_ROOT)/make/custom/default.cfg
6
7RTEMS_CPU = powerpc
8
9CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common -mstrict-align \
10        -mspe -mabi=spe -mfloat-gprs=double \
11        -D__ppc_generic
12
13CFLAGS_OPTIMIZE_V = -O2 -g
14CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
15
16LDFLAGS = -Wl,--gc-sections
17
18# define bsp-post-link
19#   $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
20#   gzip -f -9 '$(basename $@).bin'
21#   mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000  -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
22#   $(default-bsp-post-link)
23# endef
Note: See TracBrowser for help on using the repository browser.