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] Removal of duplication of -frounding-math for math tests


On Fri, 5 Dec 2014, Andrew Senkevich wrote:

> This patch is removal of duplication of -frounding-math for math tests
> because it comes from math-flags in Makeconfig.
> 
> ChangeLog
> 
>         * math/Makefile: duplicated -frounding-math removed.

OK with a proper ChangeLog entry (which means naming each variable 
changed, along the lines of

	* math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
	(CFLAGS-test-double.c): Likewise.
	...
	(CFLAGS-test-test-fenv.c): Remove variable.
	...

).

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