diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-09-01 09:21:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-02 15:58:25 +0100 |
commit | d3a6ccf58af71f04ad0e9cef65b22f47d5960188 (patch) | |
tree | cdd4c967a1d45158efabadbae86803168e204bfa /meta/recipes-devtools/python/python3/0001-python3-use-cc_basename-to-replace-CC-for-checking-c.patch | |
parent | 458a20d94db9381eb31abee9f16a3ccfdcbe645b (diff) | |
download | poky-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.patch | 2 |
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' | |||
14 | Here use cc_basename to replace CC for checking compiler to avoid such | 14 | Here use cc_basename to replace CC for checking compiler to avoid such |
15 | kind of issue. | 15 | kind of issue. |
16 | 16 | ||
17 | Upstream-Status: Pending | 17 | Upstream-Status: Submitted [https://github.com/python/cpython/pull/96399] |
18 | 18 | ||
19 | Signed-off-by: Li Zhou <li.zhou@windriver.com> | 19 | Signed-off-by: Li Zhou <li.zhou@windriver.com> |
20 | 20 | ||