Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
62c92aee
Commit
62c92aee
authored
May 07, 2010
by
Pavan Balaji
Browse files
[svn-r6622] Check for -KPIC in the list of shared library flags to check for. This
is needed for suncc. Reviewed by gropp.
parent
ffaa162c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
62c92aee
...
...
@@ -2000,7 +2000,7 @@ dnl fi
end
EOF
FC_SHL=false
for sh_arg in "-shared -fPIC" "-fPIC" "-shared -fpic" "-fpic" ; do
for sh_arg in "-shared -fPIC" "-fPIC" "-shared -fpic" "-fpic"
"-KPIC"
; do
AC_MSG_CHECKING([whether $F77 allows $sh_arg])
if $F77 $sh_arg -o conftest conftest.f >/dev/null 2>&1 ; then
FC_SHL="$F77 $sh_arg"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment