Changeset e8c52cf for driver


Ignore:
Timestamp:
Dec 3, 2019, 6:17:54 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3901457
Parents:
4fa8f1a
Message:

Tentative fix of pthread_create crash, now using -pthread instead of -lpthread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • driver/cfa.cc

    r4fa8f1a re8c52cf  
    409409                args[nargs++] = "-Wl,--pop-state";
    410410                args[nargs++] = "-lcfa";
    411                 args[nargs++] = "-lpthread";
     411                args[nargs++] = "-pthread";
    412412                args[nargs++] = "-ldl";
    413413                args[nargs++] = "-lrt";
Note: See TracChangeset for help on using the changeset viewer.