summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/tools.TARGETS
blob: 4b74449f693a6d3962a7aafb47fb205e21e3847d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ "defaults":
  { "type": ["CC", "defaults"]
  , "CC": ["gcc/bin/gcc"]
  , "CXX": ["gcc/bin/g++"]
  , "AR": ["gcc/bin/ar"]
  , "LDFLAGS": ["-static"]
  , "toolchain": ["staged-gcc"]
  , "PATH": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"]
  }
, "staged-gcc":
  {"type": "install", "dirs": [[["@", "gcc-musl", "", "toolchain"], "gcc"]]}
}