toolchain: wrapper.sh: fix TOOLCHAIN_SYSROOT path
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:05 +0000 (10:55 -0300)
commit9a49e257d638b2bb84e050e26942f496c14fa6f5
tree6291eb9bdb361f4328a2cf53caa610d0a8016527
parenteeba2a67caa2b9b92ffb9d756089408643971a2e
toolchain: wrapper.sh: fix TOOLCHAIN_SYSROOT path

62c1740676 changed the location of the script from $(TOOLCHAIN_DIR)/usr
to $(TOOLCHAIN_DIR), but the TOOLCHAIN_SYSROOT used in wrapper.sh was
still expecting to find the script under usr/bin.

Fixes: 62c1740676 toolchain: fix the sysroot mess by getting...
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
target/toolchain/files/wrapper.sh