summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-11-24 17:32:54 +0100
committerRichard Leitner <richard.leitner@skidata.com>2022-11-24 17:50:21 +0100
commit3161106f0879a6be0a016df3a8bb8fa800bd6044 (patch)
tree1feda908f5558dbed3a743efb1532c1754aa5b70 /recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch
parent6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 (diff)
downloadmeta-java-3161106f0879a6be0a016df3a8bb8fa800bd6044.tar.gz
openjdk-8: refresh patches
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch b/recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch
index d3bd8e7..91fedb5 100644
--- a/recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/0013-autoconf-remove-Werror.patch
@@ -63,10 +63,10 @@ index 077efa2..b98575a 100644
63 CFLAGS_JDK="${CFLAGS_JDK} ${NO_DELETE_NULL_POINTER_CHECKS_CFLAG} ${NO_LIFETIME_DSE_CFLAG}" 63 CFLAGS_JDK="${CFLAGS_JDK} ${NO_DELETE_NULL_POINTER_CHECKS_CFLAG} ${NO_LIFETIME_DSE_CFLAG}"
64 AC_SUBST([NO_LIFETIME_DSE_CFLAG]) 64 AC_SUBST([NO_LIFETIME_DSE_CFLAG])
65diff --git a/common/autoconf/generated-configure.sh b/common/autoconf/generated-configure.sh 65diff --git a/common/autoconf/generated-configure.sh b/common/autoconf/generated-configure.sh
66index d57035b..1953dc4 100644 66index f285a74..31d41b1 100644
67--- a/common/autoconf/generated-configure.sh 67--- a/common/autoconf/generated-configure.sh
68+++ b/common/autoconf/generated-configure.sh 68+++ b/common/autoconf/generated-configure.sh
69@@ -41498,12 +41498,12 @@ $as_echo "$ac_cv_c_bigendian" >&6; } 69@@ -41503,12 +41503,12 @@ $as_echo "$ac_cv_c_bigendian" >&6; }
70 fi 70 fi
71 CXXSTD_CXXFLAG="-std=gnu++98" 71 CXXSTD_CXXFLAG="-std=gnu++98"
72 72
@@ -82,7 +82,7 @@ index d57035b..1953dc4 100644
82 ac_ext=cpp 82 ac_ext=cpp
83 ac_cpp='$CXXCPP $CPPFLAGS' 83 ac_cpp='$CXXCPP $CPPFLAGS'
84 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 84 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
85@@ -41654,12 +41654,12 @@ fi 85@@ -41659,12 +41659,12 @@ fi
86 NO_DELETE_NULL_POINTER_CHECKS_CFLAG="-fno-delete-null-pointer-checks" 86 NO_DELETE_NULL_POINTER_CHECKS_CFLAG="-fno-delete-null-pointer-checks"
87 87
88 88
@@ -98,7 +98,7 @@ index d57035b..1953dc4 100644
98 ac_ext=c 98 ac_ext=c
99 ac_cpp='$CPP $CPPFLAGS' 99 ac_cpp='$CPP $CPPFLAGS'
100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 100 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
101@@ -41694,12 +41694,12 @@ $as_echo "$supports" >&6; } 101@@ -41699,12 +41699,12 @@ $as_echo "$supports" >&6; }
102 fi 102 fi
103 103
104 104
@@ -114,7 +114,7 @@ index d57035b..1953dc4 100644
114 ac_ext=cpp 114 ac_ext=cpp
115 ac_cpp='$CXXCPP $CPPFLAGS' 115 ac_cpp='$CXXCPP $CPPFLAGS'
116 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 116 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
117@@ -41733,8 +41733,8 @@ $as_echo "$supports" >&6; } 117@@ -41738,8 +41738,8 @@ $as_echo "$supports" >&6; }
118 fi 118 fi
119 119
120 120
@@ -125,7 +125,7 @@ index d57035b..1953dc4 100644
125 supports=no 125 supports=no
126 if test "x$C_COMP_SUPPORTS" = "xyes" -a "x$CXX_COMP_SUPPORTS" = "xyes"; then supports=yes; fi 126 if test "x$C_COMP_SUPPORTS" = "xyes" -a "x$CXX_COMP_SUPPORTS" = "xyes"; then supports=yes; fi
127 127
128@@ -41750,12 +41750,12 @@ $as_echo "$supports" >&6; } 128@@ -41755,12 +41755,12 @@ $as_echo "$supports" >&6; }
129 NO_LIFETIME_DSE_CFLAG="-fno-lifetime-dse" 129 NO_LIFETIME_DSE_CFLAG="-fno-lifetime-dse"
130 130
131 131
@@ -141,7 +141,7 @@ index d57035b..1953dc4 100644
141 ac_ext=c 141 ac_ext=c
142 ac_cpp='$CPP $CPPFLAGS' 142 ac_cpp='$CPP $CPPFLAGS'
143 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 143 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
144@@ -41789,12 +41789,12 @@ $as_echo "$supports" >&6; } 144@@ -41794,12 +41794,12 @@ $as_echo "$supports" >&6; }
145 fi 145 fi
146 146
147 147
@@ -157,7 +157,7 @@ index d57035b..1953dc4 100644
157 ac_ext=cpp 157 ac_ext=cpp
158 ac_cpp='$CXXCPP $CPPFLAGS' 158 ac_cpp='$CXXCPP $CPPFLAGS'
159 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 159 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
160@@ -41828,8 +41828,8 @@ $as_echo "$supports" >&6; } 160@@ -41833,8 +41833,8 @@ $as_echo "$supports" >&6; }
161 fi 161 fi
162 162
163 163
@@ -168,7 +168,7 @@ index d57035b..1953dc4 100644
168 supports=no 168 supports=no
169 if test "x$C_COMP_SUPPORTS" = "xyes" -a "x$CXX_COMP_SUPPORTS" = "xyes"; then supports=yes; fi 169 if test "x$C_COMP_SUPPORTS" = "xyes" -a "x$CXX_COMP_SUPPORTS" = "xyes"; then supports=yes; fi
170 170
171@@ -41862,12 +41862,12 @@ $as_echo "$supports" >&6; } 171@@ -41867,12 +41867,12 @@ $as_echo "$supports" >&6; }
172 # -mno-fused-madd -fno-strict-aliasing for GCC < 4.6 172 # -mno-fused-madd -fno-strict-aliasing for GCC < 4.6
173 COMPILER_FP_CONTRACT_OFF_FLAG="-ffp-contract=off" 173 COMPILER_FP_CONTRACT_OFF_FLAG="-ffp-contract=off"
174 174
@@ -184,7 +184,7 @@ index d57035b..1953dc4 100644
184 ac_ext=cpp 184 ac_ext=cpp
185 ac_cpp='$CXXCPP $CPPFLAGS' 185 ac_cpp='$CXXCPP $CPPFLAGS'
186 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 186 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
187@@ -41906,12 +41906,12 @@ $as_echo "$supports" >&6; } 187@@ -41911,12 +41911,12 @@ $as_echo "$supports" >&6; }
188 test "$OPENJDK_TARGET_CPU_ARCH" = "ppc"; then 188 test "$OPENJDK_TARGET_CPU_ARCH" = "ppc"; then
189 M_NO_FUSED_ADD_FLAG="-mno-fused-madd" 189 M_NO_FUSED_ADD_FLAG="-mno-fused-madd"
190 190
@@ -200,7 +200,7 @@ index d57035b..1953dc4 100644
200 ac_ext=cpp 200 ac_ext=cpp
201 ac_cpp='$CXXCPP $CPPFLAGS' 201 ac_cpp='$CXXCPP $CPPFLAGS'
202 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 202 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
203@@ -41946,12 +41946,12 @@ $as_echo "$supports" >&6; } 203@@ -41951,12 +41951,12 @@ $as_echo "$supports" >&6; }
204 204
205 NO_STRICT_ALIASING_FLAG="-fno-strict-aliasing" 205 NO_STRICT_ALIASING_FLAG="-fno-strict-aliasing"
206 206