diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-10-30 13:15:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-14 07:36:55 -0800 |
| commit | 513e5f1a66ad14b10185f88fb288a45523a83546 (patch) | |
| tree | 3ecfb98a83ebf085b848b2c887f47bcd02c9fc19 /meta-python | |
| parent | fdec68e4b179db6caf799681747225ca86890b1a (diff) | |
| download | meta-openembedded-513e5f1a66ad14b10185f88fb288a45523a83546.tar.gz | |
python3-aiohttp: apply compile option -flax-vector-conversions for gcc
The clang does not need option -flax-vector-conversions to
avoid build failure for 32bit arm target
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb index 6ca05d0596..b6344d4c68 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.15.bb | |||
| @@ -22,4 +22,4 @@ RDEPENDS:${PN} = "\ | |||
| 22 | python3-aiodns \ | 22 | python3-aiodns \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | CFLAGS:append:arm = " -flax-vector-conversions" | 25 | CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions" |
