Changes in src/driver/cfa.cc [35f9114:d0542c4]
- File:
-
- 1 edited
-
src/driver/cfa.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cfa.cc
r35f9114 rd0542c4 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Aug 6 16:14:55201613 // Update Count : 14 812 // Last Modified On : Tue Aug 2 12:23:11 2016 13 // Update Count : 147 14 14 // 15 15 … … 87 87 bool cpp_flag = false; // -E or -M flag, preprocessor only 88 88 bool std_flag = false; // -std= flag 89 bool noincstd_flag = false; // -no-include-std hdr= flag89 bool noincstd_flag = false; // -no-include-std= flag 90 90 bool debugging __attribute(( unused )) = false; // -g flag 91 91 … … 145 145 } else if ( arg == "-nohelp" ) { 146 146 help = false; // strip the nohelp flag 147 } else if ( arg == "-no-include-std hdr" ) {148 noincstd_flag = true; // strip the no-include-std hdrflag147 } else if ( arg == "-no-include-std" ) { 148 noincstd_flag = true; // strip the no-include-std flag 149 149 } else if ( arg == "-compiler" ) { 150 150 // use the user specified compiler
Note:
See TracChangeset
for help on using the changeset viewer.