powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase
commitffa448041beb4d5899ad0258843ecca4c106d1cd
authorGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Mon, 4 Sep 2017 15:48:31 +0000 (4 12:48 -0300)
committerGabriel F. T. Gomes <gabriel@inconstante.eti.br>
Thu, 21 Sep 2017 20:37:39 +0000 (21 17:37 -0300)
tree6feada4299e834de3582612adca6864ef400fce8
parente5e4d7cc056ffae51fc55b66d9dd0abd99927486
powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcase

On powerpc64le, not all files can have the flag -mfloat128 passed as an
option on the compile command, since that could conflict with other
flags, such as -mno-vsx.  Each file that needs the flag, gets it through
a CFLAGS-filename variable on sysdeps/powerpc/powerpc64le/Makefile.

The test cases tst-strtod-nan-locale and tst-wcstod-nan-locale are
missing this flag.

Tested for powerpc64le.

* sysdeps/powerpc/powerpc64le/Makefile
(CFLAGS-tst-strtod-nan-locale.c): New variable.
(CFLAGS-tst-wcstod-nan-locale.c): New variable.
ChangeLog
sysdeps/powerpc/powerpc64le/Makefile