Hacker News new | ask | show | jobs
by planede 1335 days ago
> If you have any proof that there were other reasons besides "nobody was working on that and the Kernel was using GCC extensions not found anywhere else" I'll be willing to look at them

I can't cite sources, but AFAIK Linux uses GNU compiler extensions. The reason is not to lock other compilers out, it's just that some of those extensions are genuinely useful.

1 comments

> I can't cite sources, but AFAIK Linux uses GNU compiler extensions. The reason is not to lock other compilers out, it's just that some of those extensions are genuinely useful.

Of course.

They are genuinely useful to Linux.

Other did not use those extensions because they did not want to use GCC, for reasons beyond the technical merits, but because GCC is free software

If they could copy them, they would have done it.