<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
A while back (2012) there were a few messages related to using YAML
config files to set up how clang would build stuff, especially for
cross compilers. My ELLCC project is entirely cross compilation
focused, so today I decided to play around with the config file
idea. Right now it only handles replacing a "-target foo" option
with the options defined in the file foo in the resource/config
directory, but I think it has potential for doing quite a bit more.<br>
<br>
I describe it a little more on my blog at
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<a href="http://ellcc.org/blog/?p=11877">http://ellcc.org/blog/?p=11877</a><br>
<br>
Any comments/criticisms would be greatly appreciated.<br>
<br>
-Rich<br>
</body>
</html>