diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 14:32:46 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-28 16:23:54 +0200 |
commit | e66170d0e61426f5443e7957bcd52b65b067653b (patch) | |
tree | 7e8e3480a499d45f83f5179fa7c52b54e7fa71d8 /toolchains/shell/compiler+tools.TARGETS | |
parent | d9121854fbf14ec7b4001a0915ae62c6569f63b5 (diff) | |
download | bootstrappable-toolchain-e66170d0e61426f5443e7957bcd52b65b067653b.tar.gz |
CC toolchains: remove wrong reference to $(TOOLCHAIN) in PATH
The environment variable PATH is taken literally by the shell, without
any expansion. So, having a string like "$(TOOLCHAIN)/clang/bin"
in PATH does not change anything as we do not have a directory
with that name. Drop it for now. In the future we might add "bin
dirs" to the CC toolchain as well, but as long as our rules do not
support this, drop the wrong entry here.
Diffstat (limited to 'toolchains/shell/compiler+tools.TARGETS')
0 files changed, 0 insertions, 0 deletions