Fixec by David and Ralph 3/16/2004
This commit was SVN r862.
Этот коммит содержится в:
родитель
3dad21d877
Коммит
42bbb8ef87
@ -311,6 +311,9 @@ void laminfo::do_config(bool want_all)
|
||||
|
||||
out("Fortran77 compiler", "compiler:f77:command", LAM_F77);
|
||||
out("Fortran90 compiler", "compiler:f90:command", LAM_F90);
|
||||
|
||||
#ifdef LAM_SIZEOF_FORTRAN_INT
|
||||
|
||||
if (want_all) {
|
||||
out("Fort integer size", "compiler:fortran:sizeof:integer",
|
||||
LAM_SIZEOF_FORTRAN_INT);
|
||||
@ -337,6 +340,8 @@ void laminfo::do_config(bool want_all)
|
||||
LAM_ALIGNMENT_FORTRAN_REAL);
|
||||
}
|
||||
|
||||
#endif LAM_SIZEOF_FORTRAN_INT
|
||||
|
||||
out("C profiling", "option:profiling:c", cprofiling);
|
||||
out("C++ profiling", "option:profiling:cxx", cxxprofiling);
|
||||
out("Fortran77 profiling", "option:profiling:f77", f77profiling);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user