Back to home page

LXR

 
 

    


Warning, /bsps/arm/realview-pbx-a9/config/realview_pbx_a9_qemu.cfg is written in an unsupported language. File is not indexed.

0001 include $(RTEMS_ROOT)/make/custom/default.cfg
0002 
0003 RTEMS_CPU = arm
0004 
0005 CPU_CFLAGS = -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a9
0006 
0007 LDFLAGS = -Wl,--gc-sections
0008 
0009 CFLAGS_OPTIMIZE_V ?= -O0 -g -ffunction-sections -fdata-sections