mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
toolchain-scripts: export READELF
The readelf binary is prefixed, so export READELF in the SDKs so that the correct readelf binary can be used. This fixes problems with the symbol extractor in Meson with multilib SDKs where readelf can't be found correctly. (From OE-Core rev: 2795e3bfdefc9f48294802ea7301dae1910553dc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f574abdf75
commit
5d8648b058
@@ -90,6 +90,7 @@ toolchain_shared_env_script () {
|
||||
echo 'export RANLIB=${TARGET_PREFIX}ranlib' >> $script
|
||||
echo 'export OBJCOPY=${TARGET_PREFIX}objcopy' >> $script
|
||||
echo 'export OBJDUMP=${TARGET_PREFIX}objdump' >> $script
|
||||
echo 'export READELF=${TARGET_PREFIX}readelf' >> $script
|
||||
echo 'export AR=${TARGET_PREFIX}ar' >> $script
|
||||
echo 'export NM=${TARGET_PREFIX}nm' >> $script
|
||||
echo 'export M4=m4' >> $script
|
||||
|
||||
Reference in New Issue
Block a user