Re: Potential (small) ABI switch
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 19, 2014 at 12:47:48PM +1000, matthew green wrote: > can you explain what the benefit of breaking the ABI is? (1) Easier gcc configure magic (2) not being different than any other actively maintained sparc64 OS But both are not very strong reasons. In addition I guess that not a lot C++ code uses these types in ABI relevant ways, but then I've seen boost from the inside and am not sure. Martin