[rtems commit] Add hardware FPU flags for Raspberry Pi 2 BSP
Gedare Bloom
gedare at rtems.org
Thu Apr 9 18:35:17 UTC 2015
Module: rtems
Branch: master
Commit: 044c7d8280c87b43b208b3382c544568fde436bc
Changeset: http://git.rtems.org/rtems/commit/?id=044c7d8280c87b43b208b3382c544568fde436bc
Author: Alan Cudmore <alan.cudmore at gmail.com>
Date: Tue Apr 7 16:06:32 2015 -0400
Add hardware FPU flags for Raspberry Pi 2 BSP
---
c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi2.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi2.cfg b/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi2.cfg
index 08dda04..a233d34 100644
--- a/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi2.cfg
+++ b/c/src/lib/libbsp/arm/raspberrypi/make/custom/raspberrypi2.cfg
@@ -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
More information about the vc
mailing list