Changes between Initial Version and Version 1 of Ticket #52554, comment 18


Ignore:
Timestamp:
Apr 6, 2022, 9:30:11 PM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52554, comment 18

    initial v1  
    1515> A proper fix would appear to be to first make sure the user is set up to use libc++, and if so, add the flag if it is still needed (on some builds it is) -- not to force the flag when it is not appropriate, just to make it build.
    1616
    17 Can’t it be fixed by writing something of this kind? https://github.com/classilla/tenfourfox/blob/master/js/src/jit/osxppc/AtomicOperations-ppc.h
     17Can’t it be fixed by writing something of this kind? https://github.com/classilla/tenfourfox/blob/master/js/src/jit/osxppc/AtomicOperations-ppc.h (obviously, not restricting to `ppc`).