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] | |
On 08 Mar 2017 13:47, Gabriel F. T. Gomes wrote:
> CFLAGS for several files in wcsmbs/Makefile are set without the append
> operator ("+="), thus ignoring other attributions. This patch changes
> that so Makefiles in sysdeps can set extra compilation flags. This is
> being done in preparation for future float128 patches.
i'm not against this, but it seems like we should be doing this
everywhere ? when i grep for CFLAGS-xxx.c, there's about 650
using = and 250 using +=.
even in this file, you've only changed one block ... there's
more entries in it still using =.
-mike
Attachment:
signature.asc
Description: Digital signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |