summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi.cfg
blob: 9751658a6e1be104b844582e2742d12dc127647e (plain) (tree)





















                                                                 
#
#  Config file for RASPBERRYPI
#
#  $Id: $
#

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 $@).exe $(basename $@)$(DOWNEXT)
    $(SIZE) $(basename $@).exe
endef