From: H.J. Lu Date: Tue, 24 Apr 2018 16:45:26 +0000 (+0000) Subject: Regenerate configure of target libraries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7b47ecf2f76c2ca4755389046a874c1a47f49fe5;p=gcc.git Regenerate configure of target libraries * configure: Regenerated. From-SVN: r259610 --- diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 090d4f9e158..3d78f33d71a 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libatomic/configure b/libatomic/configure index 67a2c9269a3..b902e2c9606 100755 --- a/libatomic/configure +++ b/libatomic/configure @@ -15373,7 +15373,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 097993bedf3..c01c7d826a9 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libbacktrace/configure b/libbacktrace/configure index b1e3adedda0..87cadda6c8c 100755 --- a/libbacktrace/configure +++ b/libbacktrace/configure @@ -11861,7 +11861,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f0361dc73fc..86003ea2a22 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-20 Michael Meissner PR target/85456 diff --git a/libgcc/configure b/libgcc/configure index fa024134668..b2f3f870844 100644 --- a/libgcc/configure +++ b/libgcc/configure @@ -4849,7 +4849,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index ea4358cc54e..355f568a062 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Thomas Schwinge PR libfortran/85166 diff --git a/libgfortran/configure b/libgfortran/configure index d3e323c11a7..91fce8fecd0 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -5863,7 +5863,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 1c9fa440564..51a8aebfdae 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-20 Nathan Sidwell Tom de Vries diff --git a/libgomp/configure b/libgomp/configure index 5d8412c5f19..ced7606b355 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -16692,7 +16692,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libitm/ChangeLog b/libitm/ChangeLog index 7f6a24f1a60..de57e708c4c 100644 --- a/libitm/ChangeLog +++ b/libitm/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-23 H.J. Lu PR target/85489 diff --git a/libitm/configure b/libitm/configure index 10db435d01c..dbf386db434 100644 --- a/libitm/configure +++ b/libitm/configure @@ -17662,7 +17662,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libmpx/ChangeLog b/libmpx/ChangeLog index 3f6540496ee..4eab590b86c 100644 --- a/libmpx/ChangeLog +++ b/libmpx/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libmpx/configure b/libmpx/configure index 5a4d7f49e0e..70856596425 100644 --- a/libmpx/configure +++ b/libmpx/configure @@ -11657,7 +11657,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 42ded9f3a5e..140c56d86df 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libobjc/configure b/libobjc/configure index 699f3773a21..d1a032fbf6a 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -3428,7 +3428,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libquadmath/ChangeLog b/libquadmath/ChangeLog index cb3fdd01101..46abcf2f2f7 100644 --- a/libquadmath/ChangeLog +++ b/libquadmath/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libquadmath/configure b/libquadmath/configure index 4ad6e3d682b..14610d66238 100755 --- a/libquadmath/configure +++ b/libquadmath/configure @@ -12896,7 +12896,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog index 1729b5b474b..df4954f72b0 100644 --- a/libsanitizer/ChangeLog +++ b/libsanitizer/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libsanitizer/configure b/libsanitizer/configure index 5fdc5126478..4695bc7d4f7 100755 --- a/libsanitizer/configure +++ b/libsanitizer/configure @@ -16598,7 +16598,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libssp/ChangeLog b/libssp/ChangeLog index e4316e16040..ef673a03f54 100644 --- a/libssp/ChangeLog +++ b/libssp/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libssp/configure b/libssp/configure index f60b7d70402..4e88e4916cc 100755 --- a/libssp/configure +++ b/libssp/configure @@ -4154,7 +4154,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2280f1711aa..acdc6ffd124 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 49d12887d52..ba094be6f15 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -81214,7 +81214,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index e8c90aa73de..1f163c244d0 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu + + * configure: Regenerated. + 2018-04-19 Jakub Jelinek * configure: Regenerated. diff --git a/libvtv/configure b/libvtv/configure index cde00f9bd6c..a197f750453 100755 --- a/libvtv/configure +++ b/libvtv/configure @@ -15532,7 +15532,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ;; esac if test x$enable_cet = xyes; then - CET_FLAGS="-fcf-protection -mcet" + CET_FLAGS="-fcf-protection -mshstk" { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else