Changes between Initial Version and Version 1 of Ticket #54289, comment 11
- Timestamp:
- Jan 17, 2018, 9:37:07 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54289, comment 11
initial v1 3 3 > 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? 4 4 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.5 It 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. 6 6 {{{ 7 7 otool -L /usr/lib/libc++.1.dylib