flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
229 stars 48 forks source link

Don't link to libm #1038

Closed isuruf closed 4 years ago

isuruf commented 4 years ago

Fixes https://github.com/flang-compiler/f18/issues/1034

DavidTruby commented 4 years ago

I don't think we should need to specify to link to libm at all, it's the default behaviour on Linux and macOS when the compiler is invoked as a c++ compiler.