Changes in driver/cfa.cc [c334ecd:158b026]
- File:
-
- 1 edited
-
driver/cfa.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
rc334ecd r158b026 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jan 31 16:48:03 202013 // Update Count : 42 112 // Last Modified On : Tue Sep 10 17:00:15 2019 13 // Update Count : 420 14 14 // 15 15 … … 187 187 } else if ( arg == "-XCFA" ) { // CFA pass through 188 188 i += 1; 189 if ( i == argc ) continue; // next argument available ?190 189 Putenv( argv, argv[i] ); 191 190 … … 402 401 args[nargs++] = "-Xlinker"; 403 402 args[nargs++] = "--undefined=__cfaabi_appready_startup"; 404 args[nargs++] = "-z";405 args[nargs++] = "execstack";406 403 407 404 // include the cfa library in case it is needed … … 412 409 args[nargs++] = "-Wl,--pop-state"; 413 410 args[nargs++] = "-lcfa"; 414 args[nargs++] = "- pthread";411 args[nargs++] = "-lpthread"; 415 412 args[nargs++] = "-ldl"; 416 413 args[nargs++] = "-lrt";
Note:
See TracChangeset
for help on using the changeset viewer.