mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
rt-tests: upgrade 2.6 -> 2.7
0001-Makefile-Allow-for-CC-and-AR-to-be-overridden.patch refreshed for 2.7 (From OE-Core rev: 176c1cb4690d6f046db1dfa95a59980532b6ccba) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f8899b935f
commit
a1067eff46
+2
-2
@@ -18,8 +18,8 @@ diff --git a/Makefile b/Makefile
|
||||
index 223a839..a735584 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,6 +1,6 @@
|
||||
VERSION = 2.6
|
||||
@@ -2,6 +2,6 @@
|
||||
VERSION = 2.7
|
||||
-CC = $(CROSS_COMPILE)gcc
|
||||
-AR = $(CROSS_COMPILE)ar
|
||||
+CC ?= $(CROSS_COMPILE)gcc
|
||||
|
||||
Reference in New Issue
Block a user