summaryrefslogtreecommitdiff
path: root/toolchains/CC/foreign/busybox.TARGETS
blob: da37c1a0ad1577b8aa857ccc246415e821c867cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "defaults":
  { "type": "export"
  , "target": "defaults (unexported)"
  , "flexible_config":
    ["ARCH", "ENV", "HOST_ARCH", "TARGET_ARCH", "TOOLCHAIN_CONFIG"]
  }
, "defaults (unexported)":
  { "type": ["@", "rules", "CC/foreign", "defaults"]
  , "toolchain": ["staged-busybox"]
  , "PATH":
    [ "$(TOOLCHAIN)/busybox/bin"
    , "$(TOOLCHAIN)/busybox/sbin"
    , "$(TOOLCHAIN)/busybox/usr/bin"
    , "$(TOOLCHAIN)/busybox/usr/sbin"
    ]
  }
, "staged-busybox":
  {"type": "install", "dirs": [[["", "toolchain"], "busybox"]]}
}