source: rtems/c/src/lib/libbsp/arm/xilinx-zynq/make/custom/xilinx_zynq_a9_qemu.cfg @ 9dcc683

4.115
Last change on this file since 9dcc683 was a94d46c8, checked in by Sebastian Huber <sebastian.huber@…>, on 05/06/13 at 12:34:55

bsp/xilinx-zynq: New BSP

  • Property mode set to 100644
File size: 130 bytes
Line 
1include $(RTEMS_ROOT)/make/custom/default.cfg
2
3RTEMS_CPU = arm
4
5CPU_CFLAGS = -mcpu=cortex-a9 -mthumb
6
7CFLAGS_OPTIMIZE_V ?= -O0 -g
Note: See TracBrowser for help on using the repository browser.