> On Tue, Nov 11, 2014 at 11:05 AM, Dimitris Papastamos <[email protected]> wrote: >> >> I agree on this, I think Hiltjo had some trouble because it >> was defaulting to "c99" as opposed to "cc" and that did not >> exist on his system. >> >> Hiltjo, can you clarify again? >> > > Yeah that was my problem. ".POSIX:" in the Makefile specifies c99 is > the default $CC[0]. That said I'll just fix my system. Feel free to > revert this commit. > > [0]: http://pubs.opengroup.org/onlinepubs/007904975/utilities/make.html
But POSIX also specifies that c99 is a component of the system that must be present, so this patch doesn't make sbase more POSIX compatible.
