Skip to content
Snippets Groups Projects

Consolidation with CDI-PIO (develop)

Merged Sergey Kosukhin requested to merge m300488/develop-rebase into develop
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
  • 76fa76d7
    Add work-around for Cray ftn+CC. · 76fa76d7
    Thomas Jahns authored
    * When CXX=CC and FC=ftn are used simultaneously on a CCE 8.7 system,
      ftn inherits the output_verbose_link_cmd as postdeps from the C++
      tests and everything goes wrong afterwards even for non-shared
      archives.
@@ -92,7 +92,8 @@ dnl newer PGI or NAG configurations particularly well
[ tmp_sharedflag='-Wl,-shared'],
[ tmp_sharedflag='-Wl,-shared'
tmp_compiler_flags='`echo \$compiler_flags | sed -e '"'"'s/ -W@<:@cl@:>@,-no-pie\\b//g'"'"'`']))dnl
m4_pushdef([_LT_SYS_HIDDEN_LIBDEPS],m4_bpatsubst(m4_dquote(
m4_pushdef([_LT_SYS_HIDDEN_LIBDEPS],[AS_UNSET([output_verbose_link_cmd])]
m4_bpatsubst(m4_dquote(
m4_defn([_LT_SYS_HIDDEN_LIBDEPS])),[test x-\([LR]\) = "\$p"],
[test x-\1 = x"$p"]))])dnl
LT_INIT([$1])
Loading