forked from Imagelibrary/rtems
Add hardware FPU flags for Raspberry Pi 2 BSP
This commit is contained in:
committed by
Gedare Bloom
parent
41814fa648
commit
044c7d8280
@@ -3,4 +3,4 @@
|
|||||||
#
|
#
|
||||||
include $(RTEMS_ROOT)/make/custom/raspberrypi.inc
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user