Changes between Initial Version and Version 1 of Ticket #68312, comment 10


Ignore:
Timestamp:
Oct 4, 2023, 12:59:27 PM (12 months ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68312, comment 10

    initial v1  
    1 gcc13 itelf has no dependencies on any clang port. The dependency you see on clang-16 is only via the gcc13-libcxx which is a small sub-port designed to provide the libc++ header implementation to be used when you use g++ with the `-stdlib=libc++` option it now supports.
     1gcc13 itself has no dependencies on any clang port. The dependency you see on clang-16 is only via the gcc13-libcxx which is a small sub-port designed to provide the libc++ header implementation to be used when you use g++ with the `-stdlib=libc++` option it now supports.
     2
     3Also note this is only a build dependency, not a lib or runtime one. Once you have binary tarballs for gcc13 available, you will never need to see this dependency yourself.
    24
    35The dependency is intentionally clang-16, not clang-17, as gcc does not support the very latest version in this case. Its the same reason why gcc12-libcxx uses clang-14, as thats the newest libc++ implementation that gcc12 supports.