@navi @dalias @ska

I have been trying my hardest from keeping python out of the dependencies of gcc. Newer
Folks know python more than awk or shell it seems. Awk itself is a very powerful language. Especially when it comes to text processing. Even posix awk has stuff like array indexed by strings.

Right now all of the files generated by python are checked into the repo (a file which then get processed by awk anyways). I am hoping to keep it that way.

@pinskia @navi @dalias @ska I love python but you're obviously making the right decision here.

A C compiler should run on just about any size of hardware and including python would substantially increase the minimum requirements.