This has two advantages: the first is that  would look identical to all  platforms of that architecture; the second is that existing includes that just do #include can go away since they are no longer needed.  
The disadvantage is that files that are platform specific like  would need to be truly made platform independent which wouldn't be a bad thing. 

The other problem is weeding out all of the needless MACHINE-specific behavior changes and binaries. Doing that would be a good first step.
ReplyDelete