Changes between Initial Version and Version 1 of Ticket #63535, comment 2


Ignore:
Timestamp:
Sep 25, 2021, 8:20:08 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63535, comment 2

    initial v1  
    11forcing Leopard Intel i386 to use gcc7 works (configured for {{{cxxstdlib libstdc++}}}, which is the default).
    22
    3 It will fail if Leopard i386 is configured for {{{cxxstdlib libc++}}} however, which we should support.
     3It will fail if Leopard i386 is configured for {{{cxxstdlib libc++}}} however, which we should support. I guess we can special-case it.
    44
    55I would prefer to see if we can get it to build with clang-7.0 always, but I'll take using gcc7 on way and clang-7.0 the other if we need to.