SAMA5D4 Xplained Ultra Board BSP
guowenxue
2019-08-24 99dd9bbd178e40668d67e297153514120bb6ddcb
update patch file cross compiler
2 files modified
4 ■■■■ changed files
linux-bsp/patches/at91bootstrap-sama5d4.patch 2 ●●● patch | view | raw | blame | history
linux-bsp/patches/u-boot-at91-sama5d4.patch 2 ●●● patch | view | raw | blame | history
linux-bsp/patches/at91bootstrap-sama5d4.patch
@@ -358,7 +358,7 @@
 
 HOSTARCH := $(shell uname -m | sed -e s/arm.*/arm/)
 
+CROSS_COMPILE=/opt/crosstool/cortex-a7/bin/arm-linux-gnueabi-
+CROSS_COMPILE=/opt/buildroot/cortex-a5/bin/arm-linux-
 AS=$(CROSS_COMPILE)gcc
 CC=$(CROSS_COMPILE)gcc
 LD=$(CROSS_COMPILE)ld
linux-bsp/patches/u-boot-at91-sama5d4.patch
@@ -188,7 +188,7 @@
 #########################################################################
 
+ARCH=arm
+CROSS_COMPILE=/opt/crosstool/cortex-a7/bin/arm-linux-gnueabi-
+CROSS_COMPILE=/opt/buildroot/cortex-a5/bin/arm-linux-
+
 # set default to nothing for native builds
 ifeq ($(HOSTARCH),$(ARCH))