Changes in src/driver/cc1.cc [4acc87f:e24f13a]
- File:
-
- 1 edited
-
src/driver/cc1.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/driver/cc1.cc
r4acc87f re24f13a 10 10 // Created On : Fri Aug 26 14:23:51 2005 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu May 5 16:04:30201613 // Update Count : 7 712 // Last Modified On : Thu Jun 2 17:24:26 2016 13 // Update Count : 79 14 14 // 15 15 … … 30 30 31 31 32 string compiler_name( GCC_PATH );// path/name of C compiler32 string compiler_name( CFA_BACKEND_CC ); // path/name of C compiler 33 33 34 34 string D__GCC_BPREFIX__( "-D__GCC_BPREFIX__=" );
Note:
See TracChangeset
for help on using the changeset viewer.