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] Makeconfig (ASFLAGS): Always append required assembler flags


On 08/16/2018 03:00 PM, Gabriel F. T. Gomes wrote:
On Tue, 14 Aug 2018, Florian Weimer wrote:

On 07/04/2018 04:29 PM, Florian Weimer wrote:
Otherwise, it is impossible to set ASFLAGS differently from CFLAGS
without also overriding essential flags such as -Wa,--noexecstack.

I understood that this patch will let us set ASFLAGS from the
command-line.  You mentioned CFLAGS because that's how we could indirectly
set ASFLAGS, right?

Correct, but it also affects compilation of C sources, so it is not always desirable to use this.

If so, looks good to me.

Thanks for the review!

Florian


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