diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2018-04-24 16:45:26 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2018-04-24 09:45:26 -0700 |
commit | 7b47ecf2f76c2ca4755389046a874c1a47f49fe5 (patch) | |
tree | 74bdafd554794af533298e61c15489ac7ef4df50 /libgomp | |
parent | e8ac3359dc7c105b7f1edcf866517d3d273303c5 (diff) | |
download | gcc-7b47ecf2f76c2ca4755389046a874c1a47f49fe5.tar.gz |
Regenerate configure of target libraries
* configure: Regenerated.
From-SVN: r259610
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rwxr-xr-x | libgomp/configure | 2 |
2 files changed, 5 insertions, 1 deletions
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 <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2018-04-20 Nathan Sidwell <nathan@codesourcery.com> Tom de Vries <tom@codesourcery.com> 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 |