Add hardware FPU flags for Raspberry Pi 2 BSP

This commit is contained in:
Alan Cudmore
2015-04-07 16:06:32 -04:00
committed by Gedare Bloom
parent 41814fa648
commit 044c7d8280

View File

@@ -3,4 +3,4 @@
#
include $(RTEMS_ROOT)/make/custom/raspberrypi.inc
CPU_CFLAGS = -march=armv7-a -mtune=cortex-a7
CPU_CFLAGS = -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mtune=cortex-a7