Changeset 41639089


Ignore:
Timestamp:
May 23, 2023, 4:55:23 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
9317419
Parents:
9f1beb4
Message:

add compilation flag -mno-outline-atomics on the ARM processor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r9f1beb4 r41639089  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Apr 10 21:16:00 2023
    13 // Update Count     : 476
     12// Last Modified On : Tue May 23 16:22:47 2023
     13// Update Count     : 477
    1414//
    1515
     
    329329        #endif // __x86_64__
    330330
     331        #ifdef __ARM_ARCH
     332        args[nargs++] = "-mno-outline-atomics";                         // use ARM LL/SC instructions for atomics
     333        #endif // __ARM_ARCH
     334
    331335        #ifdef __DEBUG_H__
    332336        cerr << "args:";
Note: See TracChangeset for help on using the changeset viewer.