Changeset 19593


Ignore:
Timestamp:
09/25/15 15:56:27 (10 years ago)
Author:
glperez
Message:

CHG: reverted a small change related to move from CCCL to CL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/autotools/patches/libtool.m4.patch

    r19590 r19593  
    1 --- ./externalpackages/autotools/install/share/aclocal/libtool.m4       2015-09-25 12:22:44.498051700 -0700
    2 +++ /home/daeden/tmp/libtool.m4 2015-09-25 12:24:23.070426400 -0700
     1--- ./install/share/aclocal/libtool.m4  2015-09-25 15:51:40.870862200 -0700
     2+++ /home/daeden/tmp/libtool.m4 2015-09-25 15:42:15.385935100 -0700
    33@@ -2382,7 +2382,7 @@
    44     # Native MSVC
     
    3737        _LT_TAGVAR(ld_shlibs, $1)=no
    3838       fi
    39 @@ -5130,13 +5130,13 @@
    40         # Tell ltmain to make .dll files, not .so files.
    41         shrext_cmds=".dll"
    42         # FIXME: Setting linknames here is a bad hack.
    43 -       _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
    44 +       _LT_TAGVAR(archive_cmds, $1)='$CC /OUT:$output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
    45         _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
    46             sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
     39@@ -5136,7 +5136,7 @@
    4740          else
    4841            sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
    4942          fi~
    5043-         $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
    51 +         $CC /OUT:$tool_output_objdir$soname $libobjs $compiler_flags $deplibs~
     44+         $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs~
    5245          linknames='
    5346        # The linker will not automatically build a static lib if we build a DLL.
     
    5851            fi~
    5952-           $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
    60 +           $CC /Fo:$tool_output_objdir$soname $libobjs $compiler_flags $deplibs~
     53+           $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs~
    6154            linknames='
    6255          # The linker will not automatically build a static lib if we build a DLL.
Note: See TracChangeset for help on using the changeset viewer.