summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatrick <patrick@openbsd.org>2020-08-11 06:38:59 +0000
committerpatrick <patrick@openbsd.org>2020-08-11 06:38:59 +0000
commite951c694b9cae75a25360f255a408ee4637ca8fc (patch)
tree5a060975540e0c7436cdc252f75220e69b02c142
parentI accidentally zeored out a few bytes of the TLSv1.0 session ID. (diff)
downloadwireguard-openbsd-e951c694b9cae75a25360f255a408ee4637ca8fc.tar.xz
wireguard-openbsd-e951c694b9cae75a25360f255a408ee4637ca8fc.zip
Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@
was right that this isn't really needed. Now the list is the same as what we had for the previous compiler-rt version.
-rw-r--r--gnu/lib/libcompiler_rt/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libcompiler_rt/Makefile b/gnu/lib/libcompiler_rt/Makefile
index f7d746e5063..78ef6cc8ff5 100644
--- a/gnu/lib/libcompiler_rt/Makefile
+++ b/gnu/lib/libcompiler_rt/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2020/08/11 03:23:47 jsg Exp $
+# $OpenBSD: Makefile,v 1.3 2020/08/11 06:38:59 patrick Exp $
.include <bsd.own.mk>
@@ -280,7 +280,6 @@ SRCS+= comparetf2.c \
SRCS+= atomic_lock_free.c \
divtc3.c \
fixtfdi.c \
- fixtfti.c \
fixunstfdi.c \
floatditf.c \
floatunditf.c \