Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r41639089 r81bd7e3  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue May 23 16:22:47 2023
    13 // Update Count     : 477
     12// Last Modified On : Mon Apr 10 21:16:00 2023
     13// Update Count     : 476
    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 
    335331        #ifdef __DEBUG_H__
    336332        cerr << "args:";
Note: See TracChangeset for help on using the changeset viewer.