]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commit
Makefile.uk: enable wcstold_l in build
authorJia He <justin.he@arm.com>
Fri, 20 Dec 2019 04:54:24 +0000 (12:54 +0800)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 15 Jan 2020 11:01:13 +0000 (12:01 +0100)
commit97f3fd0f14c3bce8943c26dddea067fc5f9103bf
tree4c7471ffc423ed0835c6e76545c2344f1f2910d2
parent6e126947ea46b3eb7c1cafdd01b450d8b4517a9d
Makefile.uk: enable wcstold_l in build

newlib's strtold.c compile-guards the definitinon of wcstold_l (needed
by wcstold.c) with _HAVE_LONG_DOUBLE. We set this flag to fix the
corresponding undefined reference linker error.

Signed-off-by: Jia He <justin.he@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk