Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
e28ebf52
Commit
e28ebf52
authored
Jul 05, 2019
by
Sergey Kosukhin
Browse files
Update a libtool patch for nagfor to enable linking against the resulting library with gcc.
parent
cf73108e
Changes
1
Hide whitespace changes
Inline
Side-by-side
patch/ltmain.sh.nag_pthread.patch
View file @
e28ebf52
...
...
@@ -28,11 +28,11 @@
+ # better not to revert the changes, otherwise, uncomment the following
+ # lines.
+
+
#
func_cc_basename $CC
+
#
case $func_cc_basename_result in
+
#
nagfor*)
+
#
new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% -Wl,-pthread% -pthread%g'` ;;
+
#
esac
+ func_cc_basename $CC
+ case $func_cc_basename_result in
+ nagfor*)
+ new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% -Wl,-pthread% -pthread%g'` ;;
+ esac
+
# move library search paths that coincide with paths to not yet
# installed libraries to the beginning of the library search list
...
...
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