Files
rocm-systems/external
lancesix 9f3cffc39a external/otf2/CMakeLists: Do not pass LDFLAGS from env (#1010)
When configuring the otf2 dependency, CFLAGS, CXXFLAGS, CC and CXX are
explicitly specified, but LDFLAGS is not.  As a consequence, LDFLAGS is
picked up from the environment (if set).  In some build configurations,
the LDFLAG from the environment is not compatible with the rest of the
compiler/linker configuration options specified in CMakeLists.txt,
resulting in the configure script failing.

This patch make sure to specify an empty LDFLAGS when configuring otf2
build to avoid such issues.

Bug: SWDEV-477693
2024-08-09 11:17:22 -05:00
..
2023-11-16 03:21:39 -06:00
2023-09-12 12:34:36 -05:00
2023-08-22 13:29:11 -05:00
2024-05-20 15:38:18 -05:00
2023-08-08 18:39:01 -05:00
2024-05-22 15:51:12 -05:00