Changes between Initial Version and Version 1 of Ticket #54289, comment 11


Ignore:
Timestamp:
Jan 17, 2018, 9:37:07 PM (6 years ago)
Author:
potmj (Michael Pot)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54289, comment 11

    initial v1  
    33> Interesting question: is libc++ built with GCC and itself depending on libstdc++ (instead of libc++abi, as on Linux) a viable candidate for the libc++ conversion?
    44
    5 It looks like it.  I guess the whole idea of bootstrapping is to provide a path to clang from gcc, as indicated by: `Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option`.  Somehow `libstdc++` is not included (needed) - clever stuff I guess.
     5It looks like it is built with gcc (g++4.2).  I guess the whole idea of bootstrapping is to provide a path to clang from gcc, as indicated by: `Warning: All compilers are either blacklisted or unavailable; defaulting to first fallback option`.  Somehow `libstdc++` is not included (needed) - clever stuff I guess.
    66{{{
    77otool -L /usr/lib/libc++.1.dylib