diff options
Diffstat (limited to 'toolchains/CC/foreign/make.TARGETS')
-rw-r--r-- | toolchains/CC/foreign/make.TARGETS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchains/CC/foreign/make.TARGETS b/toolchains/CC/foreign/make.TARGETS new file mode 100644 index 0000000..ca679db --- /dev/null +++ b/toolchains/CC/foreign/make.TARGETS @@ -0,0 +1,8 @@ +{ "defaults": + { "type": ["@", "rules", "CC/foreign", "defaults"] + , "MAKE": ["make/bin/make"] + , "PATH": ["$(TOOLCHAIN)/make/bin"] + , "toolchain": ["staged-make"] + } +, "staged-make": {"type": "install", "dirs": [[["", "toolchain"], "make"]]} +} |