diff options
author | Igor Molchanov <akemi_homura@kurisa.ch> | 2022-06-20 20:07:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-27 17:02:53 (GMT) |
commit | 57da7a4925fe687f8a66e03034271f33936a7bc6 (patch) | |
tree | b45178fc7fb6f189f646aea288a7521c84fb31f5 /.gitattributes | |
parent | 8321c3d08e2b332705ae6884aab3278049498a6d (diff) | |
download | CMake-57da7a4925fe687f8a66e03034271f33936a7bc6.zip CMake-57da7a4925fe687f8a66e03034271f33936a7bc6.tar.gz CMake-57da7a4925fe687f8a66e03034271f33936a7bc6.tar.bz2 |
LCC: link with -lgfortran instead of -llfortran since 1.26.03
Since LCC 1.26.03, compiler developers decided to rename
liblfortran to libgfortran (internal reference: mcstbug#131633),
and despite it's stated that "-llfortran will be automatically
treated as -lgfortran", it actually does not work (and there's
even no symlinks like liblfortran.* -> libgfortran.*); so we
have to explicitly choose which library we have to link in.
Fixes: #23646
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions