diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-08-11 06:39:00 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2020-08-11 06:39:00 +0000 |
commit | a0af9b1d67134f47c6a7629600f71533bc344040 (patch) | |
tree | 6e5878f409ae997a8bf649b3a020d98bcdde24f2 /gnu/lib | |
parent | 9d103aab66d471f771f407160ad50dd19151c930 (diff) |
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.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libcompiler_rt/Makefile | 3 |
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 \ |