This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 03/18] Do not stack-protect ifunc resolvers.


On Wed, 9 Mar 2016, Mike Frysinger wrote:

> On 08 Mar 2016 13:50, Nix wrote:
> > +AC_CACHE_CHECK(if $CC accepts -fno-stack-protector with \
> > +__attribute__ ((__optimize__)),
> 
> m4 strings should be quoted.  so this should be:
> AC_CACHE_CHECK([if $CC ........], ...

It would certainly be nice if someone cleaned up the existing *.ac scripts 
and fragments to consistently follow this rule (for each autoconf macro, 
there should generally be exactly one level of [] quoting around each of 
its arguments, except in special cases such as where the Autoconf manual 
explains that AC_LANG_SOURCE's argument should be double-quoted [[]]).

-- 
Joseph S. Myers
joseph@codesourcery.com


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