Changes between Version 2 and Version 3 of Ticket #54358, comment 17


Ignore:
Timestamp:
Jun 29, 2017, 2:36:16 AM (7 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54358, comment 17

    v2 v3  
    33There are still occasional issues on 10.6 with deficiencies in libc (most of them fixed with my snowleopardfixes library), deficiencies in the SDK (no good way around those), deficiencies in thread-local-storage (again, you're hooped there unless you can get away with using gcc6 which supports TLS on 10.6, and hoping for no ABI issues), and deficiencies with ports that use xcodebuild (which I haven't yet figured a way around, but might someday get to).
    44
    5 For 10.5 PPC, I'm working on it. Clang-3.8 is working nicely, and looks to be successfully building almost everything. It can link against libc++ on 10.5 PPC. There is also gcc6, which has some ABI issues, but looks like there are ways around that...
     5For 10.5 PPC, I'm working on it. Clang-3.8 is working nicely, and looks to be successfully building almost everything. It can link against libc++ on 10.5 PPC, and also against libstdc++ and gcc6's libsdtc++. There is also gcc6, which has some ABI issues, but looks like there are ways around that...