aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2018-04-24 16:45:26 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2018-04-24 16:45:26 +0000
commit6726651ff07588e402c91279c6a3c32f87910fe2 (patch)
tree74bdafd554794af533298e61c15489ac7ef4df50 /libobjc
parentfc106e04380dbc6adba353f776164817b206c172 (diff)
Regenerate configure of target libraries
* configure: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259610 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/ChangeLog4
-rwxr-xr-xlibobjc/configure2
2 files changed, 5 insertions, 1 deletions
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 <hongjiu.lu@intel.com>
+
+ * configure: Regenerated.
+
2018-04-19 Jakub Jelinek <jakub@redhat.com>
* 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