summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-09-01 09:21:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-02 15:58:25 +0100
commitd3a6ccf58af71f04ad0e9cef65b22f47d5960188 (patch)
treecdd4c967a1d45158efabadbae86803168e204bfa /meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
parent458a20d94db9381eb31abee9f16a3ccfdcbe645b (diff)
downloadpoky-d3a6ccf58af71f04ad0e9cef65b22f47d5960188.tar.gz
python: submit CC to cc_basename patch upstream
(From OE-Core rev: db9ad0553bc253bd7faaecf0026b2a945a125815) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch')
-rw-r--r--meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch b/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
index 6bb85fcb34..2c7d264da0 100644
--- a/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
+++ b/meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch
@@ -14,7 +14,7 @@ x86_64-wrs-linux-gcc: error: unrecognized command line option '-fp-model'
14Here use cc_basename to replace CC for checking compiler to avoid such 14Here use cc_basename to replace CC for checking compiler to avoid such
15kind of issue. 15kind of issue.
16 16
17Upstream-Status: Pending 17Upstream-Status: Submitted [https://github.com/python/cpython/pull/96399]
18 18
19Signed-off-by: Li Zhou <li.zhou@windriver.com> 19Signed-off-by: Li Zhou <li.zhou@windriver.com>
20 20