aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-bsp/ti-sgx-ddk-km/ti-sgx-ddk-km/add-AGL-toolchain-config.patch
blob: 9fdd95b4ca25cc22353760a2d88a32014e51537b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/eurasia_km/eurasiacon/build/linux2/config/compilers/arm-agl-linux-gnueabi.mk b/eurasia_km/eurasiacon/build/linux2/config/compilers/arm-agl-linux-gnueabi.mk
new file mode 100644
index 0000000..2abaa9f
--- /dev/null
+++ b/eurasia_km/eurasiacon/build/linux2/config/compilers/arm-agl-linux-gnueabi.mk
@@ -0,0 +1,6 @@
+# 32-bit ARM hard float compiler
+ifeq ($(MULTIARCH),1)
+ TARGET_SECONDARY_ARCH := target_armhf
+else
+ TARGET_PRIMARY_ARCH   := target_armhf
+endif