summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/foreign/clang.TARGETS
blob: 74e376c8904a92a235aee70e63e0ba910e3e5d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "defaults":
  { "type": ["CC/foreign", "defaults"]
  , "base":
    [ ["@", "cmake", "CC/foreign", "defaults"]
    , ["@", "python", "CC/foreign", "defaults"]
    ]
  , "MAKE": ["make/bin/make"]
  , "toolchain": ["staged-make", "staged-busybox"]
  , "PATH":
    [ "$(TOOLCHAIN)/make/bin"
    , "$(TOOLCHAIN)/busybox/bin"
    , "$(TOOLCHAIN)/busybox/usr/bin"
    ]
  }
, "staged-make":
  {"type": "install", "dirs": [[["@", "make", "", "toolchain"], "make"]]}
, "staged-busybox":
  {"type": "install", "dirs": [[["@", "busybox", "", "toolchain"], "busybox"]]}
}