summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/patch/coreboot/1bf5e6409678d04fd15f9625460078853118521c/depthcharge/veyron_speedy/0001-util-xcompile-Detect-toolchains-with-bare-arm-prefix.patch
blob: 1e71ecfaa3e113eb8e1575bbb2b23b509c3fe16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 1a378294fa9afdc4d6d3b0e580ba78d33a62d044 Mon Sep 17 00:00:00 2001
From: Paul Kocialkowski <contact@paulk.fr>
Date: Tue, 19 Apr 2016 12:02:14 +0200
Subject: [PATCH 1/4] util: xcompile: Detect toolchains with bare arm prefix

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index b0199eb..1765183 100755
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -290,7 +290,7 @@ SUPPORTED_ARCHITECTURES="arm arm64 mipsel riscv x64 x86 power8"
 arch_config_arm() {
 	TARCH="arm"
 	TBFDARCHS="littlearm"
-	TCLIST="armv7-a armv7a"
+	TCLIST="armv7-a armv7a arm"
 	TWIDTH="32"
 	TSUPP="arm armv4 armv7 armv7_m"
 	TABI="eabi"
-- 
2.8.0