From: Felipe Huici Date: Fri, 10 Apr 2020 06:48:19 +0000 (+0200) Subject: Make sure floating point is enabled when ARM64 is selected. X-Git-Tag: RELEASE-0.5~6 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=22e297fb0cbc923c53bb827d996a0788e499e5fe;p=unikraft%2Flibs%2Fnewlib.git Make sure floating point is enabled when ARM64 is selected. newlib requires floating point support. This patch ensures that floating point is enabled whenever ARM64 is selected as the architecture. Signed-off-by: Felipe Huici Reviewed-by: Jia He --- diff --git a/Config.uk b/Config.uk index ab127f0..533c87c 100644 --- a/Config.uk +++ b/Config.uk @@ -13,6 +13,7 @@ menuconfig LIBNEWLIBC select LIBVFSCORE select LIBPOSIX_PROCESS select LIBPOSIX_USER + select FPSIMD if ARCH_ARM_64 if LIBNEWLIBC config LIBNEWLIBC_WANT_IO_C99_FORMATS