This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH 07/22] Enable building libgcc with CET options.


Fixed.

-  i[34567]86-*-linux* | x86_64-*-linux*)
+  i[[34567]]86-*-linux* | x86_64-*-linux*)

Igor


> -----Original Message-----
> From: Andreas Schwab [mailto:schwab@linux-m68k.org]
> Sent: Tuesday, October 31, 2017 2:30 PM
> To: Tsimbalist, Igor V <igor.v.tsimbalist@intel.com>
> Cc: Joseph Myers <joseph@codesourcery.com>; gcc-patches@gcc.gnu.org;
> Jeff Law <law@redhat.com>; ian@airs.com
> Subject: Re: [PATCH 07/22] Enable building libgcc with CET options.
> 
> On Okt 31 2017, "Tsimbalist, Igor V" <igor.v.tsimbalist@intel.com> wrote:
> 
> > diff --git a/config/cet.m4 b/config/cet.m4
> > new file mode 100644
> > index 0000000..c903791
> > --- /dev/null
> > +++ b/config/cet.m4
> > @@ -0,0 +1,40 @@
> > +dnl
> > +dnl GCC_CET_FLAGS
> > +dnl    (SHELL-CODE_HANDLER)
> > +dnl
> > +AC_DEFUN([GCC_CET_FLAGS],[dnl
> > +GCC_ENABLE(cet, default, ,[enable Intel CET in target libraries],
> > +	   permit yes|no|default)
> > +case "$host" in
> > +  i[34567]86-*-linux* | x86_64-*-linux*)
> 
> Missing quoting around [...].
> 
> Andreas.
> 
> --
> Andreas Schwab, schwab@linux-m68k.org
> GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
> "And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]