source: rtems/c/src/lib/libbsp/arm/xilinx-zynq/make/custom/xilinx_zynq.inc @ 9d431a0

5
Last change on this file since 9d431a0 was 691e0ef, checked in by Ric Claus <claus@…>, on 07/13/13 at 20:58:27

bsp/xilinx-zynq: Provide BSP variants

  • Property mode set to 100644
File size: 174 bytes
RevLine 
[691e0ef]1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = arm
4
5CPU_CFLAGS = -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a9
6
7CFLAGS_OPTIMIZE_V ?= -O2 -g
Note: See TracBrowser for help on using the repository browser.