1
Fork 0

Add ability to change ar tool from target specification json

This commit is contained in:
Russell McClellan 2015-06-08 09:01:32 -04:00
parent 1ade076f62
commit dd5d018b68

View file

@ -272,6 +272,7 @@ impl Target {
}
key!(cpu);
key!(ar);
key!(linker);
key!(relocation_model);
key!(code_model);