diff options
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index f0361dc..86003ea 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2018-04-24 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2018-04-20 Michael Meissner <meissner@linux.ibm.com> PR target/85456 diff --git a/libgcc/configure b/libgcc/configure index fa02413..b2f3f87 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 |