Changes in driver/cfa.cc [c8c0c7c5:158b026]
- File:
-
- 1 edited
-
driver/cfa.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
rc8c0c7c5 r158b026 401 401 args[nargs++] = "-Xlinker"; 402 402 args[nargs++] = "--undefined=__cfaabi_appready_startup"; 403 args[nargs++] = "-z";404 args[nargs++] = "execstack";405 403 406 404 // include the cfa library in case it is needed … … 411 409 args[nargs++] = "-Wl,--pop-state"; 412 410 args[nargs++] = "-lcfa"; 413 args[nargs++] = "- pthread";411 args[nargs++] = "-lpthread"; 414 412 args[nargs++] = "-ldl"; 415 413 args[nargs++] = "-lrt";
Note:
See TracChangeset
for help on using the changeset viewer.