summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch')
-rw-r--r--recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch b/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch
deleted file mode 100644
index efa2749e..00000000
--- a/recipes-bsp/atf/atf/0001-Makefile-add-CC-gcc.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From 3161524085339ae214f7dee17a98ccd6c442d66b Mon Sep 17 00:00:00 2001
2From: Chunrong Guo <chunrong.guo@nxp.com>
3Date: Thu, 16 Aug 2018 17:38:04 +0800
4Subject: [PATCH] Makefile: add CC=gcc
5
6
7Upstream-Status: Inappropriate [embedded specific]
8
9Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
10---
11 plat/nxp/tools/Makefile | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/plat/nxp/tools/Makefile b/plat/nxp/tools/Makefile
15index e648fd1..43d3b56 100644
16--- a/plat/nxp/tools/Makefile
17+++ b/plat/nxp/tools/Makefile
18@@ -32,6 +32,7 @@ endif
19 INCLUDE_PATHS :=
20
21 HOSTCC ?= gcc
22+CC = gcc
23
24 .PHONY: all clean distclean
25
26--
272.7.4
28