[PATCH] In BBB Makefile, the value of -mcpu in CUSTOM_CFLAGS has been changed from arm1136j-s to cortex-a8

Jarielle Catbagan jcatbagan93 at gmail.com
Sat Jun 20 05:30:54 UTC 2015


---
 ports/beagleboneblack/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ports/beagleboneblack/Makefile b/ports/beagleboneblack/Makefile
index f0d84a4..8d4b44b 100644
--- a/ports/beagleboneblack/Makefile
+++ b/ports/beagleboneblack/Makefile
@@ -14,7 +14,7 @@ LIBABIDIR       = -L $(ABIDIR)
 TOOL_PREFIX     = /usr/bin/arm-none-eabi
 
 COMMON_AFLAGS	= -c -D PLATFORM_$(PLATFORM)=1 -D ASSEMBLY_ONLY 
-CUSTOM_CFLAGS	= -mcpu=arm1136j-s -O2 -isystem $(ABIDIR)/include -Wno-char-subscripts
+CUSTOM_CFLAGS	= -mcpu=cortex-a8 -O2 -isystem $(ABIDIR)/include -Wno-char-subscripts
 
 
 ###############################################################################
-- 
2.3.3



More information about the umon-devel mailing list