From: Alexander Kanavin Date: Thu, 1 Sep 2022 07:21:18 +0000 (+0200) Subject: python: submit CC to cc_basename patch upstream X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3065 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db9ad0553bc253bd7faaecf0026b2a945a125815;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python: submit CC to cc_basename patch upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- 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 6bb85fcb343..2c7d264da08 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' Here use cc_basename to replace CC for checking compiler to avoid such kind of issue. -Upstream-Status: Pending +Upstream-Status: Submitted [https://github.com/python/cpython/pull/96399] Signed-off-by: Li Zhou