Skip to content

Commit

Permalink
libtool upgrade to 2.4.6 - 8/n: set file_list_spec to '@' on OS/2
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 2, 2021
1 parent 716a316 commit 3dda671
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acinclude/libtool.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5151,6 +5151,7 @@ _LT_EOF
emximp -o $lib $output_objdir/$libname.def'
_LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
_LT_TAGVAR(file_list_spec, $1)='@'
;;
interix[[3-9]]*)
Expand Down Expand Up @@ -5856,6 +5857,7 @@ _LT_EOF
emximp -o $lib $output_objdir/$libname.def'
_LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
_LT_TAGVAR(file_list_spec, $1)='@'
;;
osf3*)
Expand Down Expand Up @@ -6725,6 +6727,7 @@ if test yes != "$_lt_caught_CXX_error"; then
emximp -o $lib $output_objdir/$libname.def'
_LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
_LT_TAGVAR(file_list_spec, $1)='@'
;;
dgux*)
Expand Down

0 comments on commit 3dda671

Please sign in to comment.