Blame maint/darwin-ifort.patch
|
Packit |
0848f5 |
--- confdb/libtool.m4~ 2014-12-23 10:59:38.000000000 -0600
|
|
Packit |
0848f5 |
+++ confdb/libtool.m4 2014-12-23 11:05:54.000000000 -0600
|
|
Packit |
0848f5 |
@@ -1088,7 +1088,10 @@ m4_defun([_LT_DARWIN_LINKER_FEATURES],
|
|
Packit |
0848f5 |
_LT_TAGVAR(link_all_deplibs, $1)=yes
|
|
Packit |
0848f5 |
_LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
|
|
Packit |
0848f5 |
case $cc_basename in
|
|
Packit |
0848f5 |
- ifort*|nagfor*) _lt_dar_can_shared=yes ;;
|
|
Packit |
0848f5 |
+ ifort*|nagfor*)
|
|
Packit |
0848f5 |
+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
|
Packit |
0848f5 |
+ _lt_dar_can_shared=yes
|
|
Packit |
0848f5 |
+ ;;
|
|
Packit |
0848f5 |
*) _lt_dar_can_shared=$GCC ;;
|
|
Packit |
0848f5 |
esac
|
|
Packit |
0848f5 |
if test "$_lt_dar_can_shared" = "yes"; then
|