summaryrefslogtreecommitdiff
path: root/etc/defaults/CC/gcc.TARGETS
blob: a91fced196227d215bbee161623658bb6567b650 (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": ["$(TOOLCHAIN)/gcc/bin", "/bin", "/usr/bin"]
  }
, "staged-gcc":
  {"type": "install", "dirs": [[["@", "gcc", "", "toolchain"], "gcc"]]}
}