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 v2 6/6] powerpc64le: Enable float128


On Wed, 21 Jun 2017, Gabriel F. T. Gomes wrote:

> diff --git a/sysdeps/powerpc/powerpc64le/Makefile b/sysdeps/powerpc/powerpc64le/Makefile

> +# The strfrom class of functions call __printf_fp in order to convert the
> +# floating-point value to characters.  This requires the value of IO_MTSAFE_IO.
> +CFLAGS-strfromf128.c += $(libio-mtsafe)

This belongs in sysdeps/ieee754/float128/Makefile, not in an 
architecture-specific file; please move it there.

-- 
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]