8203790: MSVCP dependency introduced in awt.dll

Fri, 25 May 2018 10:37:07 +0100

author
aivanov
date
Fri, 25 May 2018 10:37:07 +0100
changeset 2225
fe7df3d2f5ae
parent 2224
20daa32eec6f
child 2226
d5dd14b37ea5

8203790: MSVCP dependency introduced in awt.dll
Reviewed-by: ihse, kevinw

common/autoconf/flags.m4 file | annotate | diff | comparison | revisions
common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/flags.m4	Mon May 21 06:54:25 2018 -0700
     1.2 +++ b/common/autoconf/flags.m4	Fri May 25 10:37:07 2018 +0100
     1.3 @@ -476,7 +476,7 @@
     1.4      # avoid bundling msvcpNNN.dll. Doesn't work with newer versions of visual
     1.5      # studio.
     1.6      if test "x$TOOLCHAIN_VERSION" = "x2010"; then
     1.7 -      CXXFLAGS_JDK="$CXXFLAGS_JDK \
     1.8 +      CCXXFLAGS_JDK="$CCXXFLAGS_JDK \
     1.9            -D_STATIC_CPPLIB -D_DISABLE_DEPRECATE_STATIC_CPPLIB"
    1.10      fi
    1.11    fi
     2.1 --- a/common/autoconf/generated-configure.sh	Mon May 21 06:54:25 2018 -0700
     2.2 +++ b/common/autoconf/generated-configure.sh	Fri May 25 10:37:07 2018 +0100
     2.3 @@ -4305,7 +4305,7 @@
     2.4  #CUSTOM_AUTOCONF_INCLUDE
     2.5  
     2.6  # Do not change or remove the following line, it is needed for consistency checks:
     2.7 -DATE_WHEN_GENERATED=1526910855
     2.8 +DATE_WHEN_GENERATED=1527191982
     2.9  
    2.10  ###############################################################################
    2.11  #
    2.12 @@ -41490,7 +41490,7 @@
    2.13      # avoid bundling msvcpNNN.dll. Doesn't work with newer versions of visual
    2.14      # studio.
    2.15      if test "x$TOOLCHAIN_VERSION" = "x2010"; then
    2.16 -      CXXFLAGS_JDK="$CXXFLAGS_JDK \
    2.17 +      CCXXFLAGS_JDK="$CCXXFLAGS_JDK \
    2.18            -D_STATIC_CPPLIB -D_DISABLE_DEPRECATE_STATIC_CPPLIB"
    2.19      fi
    2.20    fi

mercurial