Add a few missing quad-precision support functions on arm64 and reorder the
authorkettenis <kettenis@openbsd.org>
Sun, 9 Apr 2017 21:47:05 +0000 (21:47 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 9 Apr 2017 21:47:05 +0000 (21:47 +0000)
list to match what's in CMakeLists.txt.

ok sthen@

lib/libcompiler_rt/Makefile

index 061903e..11c8c13 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2017/01/20 07:55:20 patrick Exp $
+# $OpenBSD: Makefile,v 1.6 2017/04/09 21:47:05 kettenis Exp $
 
 .include <bsd.own.mk>
 
@@ -170,14 +170,19 @@ SRCS+=    ${file}.c
 SRCS+= comparetf2.c \
        extenddftf2.c \
        extendsftf2.c \
-       trunctfdf2.c \
-       trunctfsf2.c \
        fixtfdi.c \
        fixtfsi.c \
+       fixtfti.c \
+       fixunstfdi.c \
+       fixunstfsi.c \
+       fixunstfti.c \
        floatditf.c \
        floatsitf.c \
        floatunsitf.c \
-       multc3.c
+       floatunditf.c \
+       multc3.c \
+       trunctfdf2.c \
+       trunctfsf2.c
 .endif
 
 .if ${RTARCH} == "arm"