Skip to content
Snippets Groups Projects
Commit f09cedd5 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Add work-around for Cray ftn+CC.

* 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.
parent c6178cbe
No related branches found
No related tags found
No related merge requests found
......@@ -16780,6 +16780,7 @@ $as_echo "$ld_shlibs_CXX" >&6; }
## There is no encapsulation within the following macros, do not change
## the running order or otherwise move them around unless you know exactly
## what you are doing...
{ output_verbose_link_cmd=; unset output_verbose_link_cmd;}
# Dependencies to place before and after the object being linked:
predep_objects_CXX=
postdep_objects_CXX=
......@@ -21687,6 +21688,7 @@ $as_echo "$enable_static" >&6; }
## There is no encapsulation within the following macros, do not change
## the running order or otherwise move them around unless you know exactly
## what you are doing...
{ output_verbose_link_cmd=; unset output_verbose_link_cmd;}
# Dependencies to place before and after the object being linked:
predep_objects_FC=
postdep_objects_FC=
......@@ -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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment