summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi.cfg
blob: 48ac0f8d8696baf5ae48a9c71016b474f37177a1 (plain) (tree)
1
2
3


                              












                                                                 

                                                        

     
#
#  Config file for RASPBERRYPI
#

include $(RTEMS_ROOT)/make/custom/default.cfg

RTEMS_CPU = arm

CPU_CFLAGS = -mcpu=arm1176jzf-s

CFLAGS_OPTIMIZE_V = -O2 -g

# This defines the operations performed on the linked executable.
# is currently required.
define bsp-post-link
    $(OBJCOPY) -O binary --strip-all \
        $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
    $(SIZE) $(basename $@)$(EXEEXT)
endef