diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-27 14:55:15 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-27 15:57:24 +0200 |
commit | 8c5a5e17484c92f286a26fca45b6db4bddde1f3b (patch) | |
tree | 73c4e5fe3bede48cc1dd99f66cc98ec39e7a8df2 /toolchains/CC/foreign/make.TARGETS | |
parent | aa079bbb57c26abafb29dde57508b3ce9d0567b6 (diff) | |
download | bootstrappable-toolchain-8c5a5e17484c92f286a26fca45b6db4bddde1f3b.tar.gz |
toolchains: move python to shell defaults
... and drop unneeded duplication as well as wrong expansion
variables in "PATH" fields.
Diffstat (limited to 'toolchains/CC/foreign/make.TARGETS')
-rw-r--r-- | toolchains/CC/foreign/make.TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchains/CC/foreign/make.TARGETS b/toolchains/CC/foreign/make.TARGETS index a5efc72..ddd5f09 100644 --- a/toolchains/CC/foreign/make.TARGETS +++ b/toolchains/CC/foreign/make.TARGETS @@ -7,7 +7,6 @@ , "defaults (unexported)": { "type": ["@", "rules", "CC/foreign", "defaults"] , "MAKE": ["make/bin/make"] - , "PATH": ["$(TOOLCHAIN)/make/bin"] , "toolchain": ["staged-make"] } , "staged-make": {"type": "install", "dirs": [[["", "toolchain"], "make"]]} |