Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    rc334ecd r158b026  
    1010// Created On       : Tue Aug 20 13:44:49 2002
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jan 31 16:48:03 2020
    13 // Update Count     : 421
     12// Last Modified On : Tue Sep 10 17:00:15 2019
     13// Update Count     : 420
    1414//
    1515
     
    187187                        } else if ( arg == "-XCFA" ) {                          // CFA pass through
    188188                                i += 1;
    189                                 if ( i == argc ) continue;                              // next argument available ?
    190189                                Putenv( argv, argv[i] );
    191190
     
    402401                args[nargs++] = "-Xlinker";
    403402                args[nargs++] = "--undefined=__cfaabi_appready_startup";
    404                 args[nargs++] = "-z";
    405                 args[nargs++] = "execstack";
    406403
    407404                // include the cfa library in case it is needed
     
    412409                args[nargs++] = "-Wl,--pop-state";
    413410                args[nargs++] = "-lcfa";
    414                 args[nargs++] = "-pthread";
     411                args[nargs++] = "-lpthread";
    415412                args[nargs++] = "-ldl";
    416413                args[nargs++] = "-lrt";
Note: See TracChangeset for help on using the changeset viewer.