diff options
Diffstat (limited to 'toolchains/CC/foreign/python.TARGETS')
-rw-r--r-- | toolchains/CC/foreign/python.TARGETS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/toolchains/CC/foreign/python.TARGETS b/toolchains/CC/foreign/python.TARGETS index 143cc14..97c0518 100644 --- a/toolchains/CC/foreign/python.TARGETS +++ b/toolchains/CC/foreign/python.TARGETS @@ -4,10 +4,5 @@ , "flexible_config": ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"] } -, "defaults (unexported)": - { "type": ["@", "rules", "CC/foreign", "defaults"] - , "toolchain": ["staged-python"] - , "PATH": ["$(TOOLCHAIN)/python/usr/bin"] - } -, "staged-python": {"type": "install", "dirs": [[["", "toolchain"], "python"]]} +, "defaults (unexported)": {"type": ["@", "rules", "CC/foreign", "defaults"]} } |