mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
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>
This commit is contained in:
parent
fdec68e4b1
commit
513e5f1a66
|
|
@ -22,4 +22,4 @@ RDEPENDS:${PN} = "\
|
|||
python3-aiodns \
|
||||
"
|
||||
|
||||
CFLAGS:append:arm = " -flax-vector-conversions"
|
||||
CFLAGS:append:toolchain-gcc:arm = " -flax-vector-conversions"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user