[PATCH 1/2] misc: fix lint-makefiles failures
Yury Khrustalev
yury.khrustalev@arm.com
Mon Apr 20 08:19:57 GMT 2026
On Fri, Apr 17, 2026 at 03:39:40PM -0400, DJ Delorie wrote:
> Yury Khrustalev <yury.khrustalev@arm.com> writes:
> ...
>
> > ifeq ($(subdir),malloc)
> > -sysdep_malloc_debug_routines = __mtag_tag_zero_region __mtag_tag_region
> > +sysdep_malloc_debug_routines += \
>
> This changes "=" to "+=". Are you sure? This macro is set in aarch64/
> and generic/ Makefiles. I think it's OK and consistent with the others,
> but...
I'll double check and maybe revert this bit. I haven't found any issue
with this part of the change, but maybe it's safer to keep it as it is.
So long as lint-makefiles is happy.
> ...
>
> > ifeq ($(subdir),elf)
> > ifeq ($(enable-gsframe),yes)
> > -sysdep_routines += sframe-read sframe
> > +sysdep_routines += \
> > + sframe-read sframe \
>
> split these onto separate lines?
Good catch, I missed it.
Thanks,
Yury
More information about the Libc-alpha
mailing list