toolchain: wrapper.sh: use --rpath-link
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Fri, 10 Feb 2023 15:02:06 +0000 (12:02 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Sun, 12 Feb 2023 13:55:06 +0000 (10:55 -0300)
commited81acdcc2057be8eb0ec5d6d021f3df27999876
treeb93bf0406697575d0807e99408b0c6dfbd834392
parent9a49e257d638b2bb84e050e26942f496c14fa6f5
toolchain: wrapper.sh: use --rpath-link

Use --rpath-link option instead of --rpath.  The former is used only at
link-time, while the latter is searched at run-time as well.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
target/toolchain/files/wrapper.sh