diff --git a/run_unittests.py b/run_unittests.py index 3b8e49f5c..ff9dbd673 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3087,7 +3087,9 @@ int main(int argc, char **argv) { pass try: env.detect_fortran_compiler(MachineChoice.HOST) - langs.append('fortran') + if is_windows() or platform.machine().lower() != 'e2k': + # Elbrus Fortran compiler can't generate debug information + langs.append('fortran') except EnvironmentException: pass try: