[PATCH 06/13] powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime

Tulio Magno Quites Machado Filho tuliom@ascii.art.br
Tue Mar 24 20:42:49 GMT 2020


"Paul E. Murphy" <murphyp@linux.vnet.ibm.com> writes:

> diff --git a/sysdeps/powerpc/powerpc64/le/Makefile b/sysdeps/powerpc/powerpc64/le/Makefile
> index ee2b78bb5f..f23e2782f0 100644
> --- a/sysdeps/powerpc/powerpc64/le/Makefile
> +++ b/sysdeps/powerpc/powerpc64/le/Makefile
> @@ -161,6 +164,10 @@ $(foreach test, \
>    gnulib-tests += $(f128-loader-link)
>  endif
>  
> +# Disable linker noise on files using ieee128 long double internally
> +ifeq ($(subdir),time)
> +CFLAGS-difftime.c = $(no-gnu-attribute-CFLAGS)

Shouldn't it use += instead?

LGTM with that change.

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>

-- 
Tulio Magno



More information about the Libc-alpha mailing list