Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    rc8c0c7c5 r158b026  
    401401                args[nargs++] = "-Xlinker";
    402402                args[nargs++] = "--undefined=__cfaabi_appready_startup";
    403                 args[nargs++] = "-z";
    404                 args[nargs++] = "execstack";
    405403
    406404                // include the cfa library in case it is needed
     
    411409                args[nargs++] = "-Wl,--pop-state";
    412410                args[nargs++] = "-lcfa";
    413                 args[nargs++] = "-pthread";
     411                args[nargs++] = "-lpthread";
    414412                args[nargs++] = "-ldl";
    415413                args[nargs++] = "-lrt";
Note: See TracChangeset for help on using the changeset viewer.