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