mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
tbb: Re-enable hwloc support
The problem with using pkg-config to find hwloc when cross-compiling was
solved by upstream in 2021.13.0. However, the upgrade in commit
d8c5a72788 missed that upstream defaults
to disabling searching for hwloc when cross-compiling.
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
ce59141da8
commit
376903c60e
@@ -26,6 +26,7 @@ EXTRA_OECMAKE += " \
|
|||||||
-DTBB_TEST=OFF \
|
-DTBB_TEST=OFF \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DTBB_STRICT=OFF \
|
-DTBB_STRICT=OFF \
|
||||||
|
-DTBB_DISABLE_HWLOC_AUTOMATIC_SEARCH=OFF \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
|
# Hard-float 'd' ABI can't be used for a target that doesn't support the D instruction set extension (ignoring target-abi)
|
||||||
|
|||||||
Reference in New Issue
Block a user