diffstat: upgrade 1.66 -> 1.67

License-Update: MIT changed to X11 (which is MIT plus advertising clause)

(From OE-Core rev: dee8f3552cbe1194f97481df4270ca8e9b5113d5)

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2024-11-25 13:00:58 +01:00
committed by Richard Purdie
parent 189cf341ef
commit 6a11ebbc9a
2 changed files with 6 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
From 708c765ffb41ecc734316f69043583312fe444bd Mon Sep 17 00:00:00 2001
From 04fd678939ad0c21f57222c48305bfa29c8f6cf3 Mon Sep 17 00:00:00 2001
From: Kai Kang <kai.kang@windriver.com>
Date: Tue, 15 May 2018 17:17:01 +0800
Subject: [PATCH] diffstat: fix wrong evaluation of CC
@@ -12,16 +12,15 @@ be included in CC. And then CC will be wrongly filtered.
So comment out CF_CC_ENV_FLAGS from function CF_PROG_CC.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
aclocal.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aclocal.m4 b/aclocal.m4
index d4bd283..1b653c4 100644
index 1c653ea..8f0540d 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1522,7 +1522,7 @@ CF_GCC_VERSION
@@ -1584,7 +1584,7 @@ CF_GCC_VERSION
CF_ACVERSION_CHECK(2.52,
[AC_PROG_CC_STDC],
[CF_ANSI_CC_REQD])