From 4a3a0cb1788f689f8bd948cc7c49aa1f25f65ea3 Mon Sep 17 00:00:00 2001 From: emaste Date: Mon, 30 Mar 2015 14:28:31 +0000 Subject: [PATCH] compiler-rt: Build additional quad precision floating point builtins These are needed for arm64 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2160 --- lib/libcompiler_rt/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index a23739989075..5c5e11042d2c 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -37,6 +37,7 @@ SRCF= absvdi2 \ clzti2 \ cmpdi2 \ cmpti2 \ + comparetf2 \ ctzdi2 \ ctzsi2 \ ctzti2 \ @@ -50,6 +51,8 @@ SRCF= absvdi2 \ divxc3 \ enable_execute_stack \ eprintf \ + extenddftf2 \ + extendsftf2 \ ffsdi2 \ ffsti2 \ fixdfdi \ @@ -76,6 +79,7 @@ SRCF= absvdi2 \ floatdidf \ floatdisf \ floatdixf \ + floatsitf \ floattidf \ floattisf \ floattixf \ @@ -127,6 +131,8 @@ SRCF= absvdi2 \ subvsi3 \ subvti3 \ trampoline_setup \ + trunctfdf2 \ + trunctfsf2 \ ucmpdi2 \ ucmpti2 \ udivdi3 \