diff options
author | Pascal Stumpf <pascal@cvs.openbsd.org> | 2016-09-19 12:19:35 +0000 |
---|---|---|
committer | Pascal Stumpf <pascal@cvs.openbsd.org> | 2016-09-19 12:19:35 +0000 |
commit | 2eacae1620aa789875609e1c0e45dd5c77c346ca (patch) | |
tree | 1bf83c1f80691bd654d079c5a17c10fed0cf4b82 | |
parent | 9b25f1dbeee6624179e030dafd22cf71f4ebe184 (diff) |
Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.
ok kettenis@
-rw-r--r-- | lib/libcompiler_rt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile index 3ecbd3f855c..cc666f7a294 100644 --- a/lib/libcompiler_rt/Makefile +++ b/lib/libcompiler_rt/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/09/19 11:26:43 kettenis Exp $ +# $OpenBSD: Makefile,v 1.3 2016/09/19 12:19:34 pascal Exp $ .include <bsd.own.mk> @@ -221,9 +221,7 @@ SRCS+= divtc3.c \ gcc_qdiv.c \ gcc_qmul.c \ gcc_qsub.c \ - multc3.c \ - restFP.S \ - saveFP.S + multc3.c .endif .include <bsd.lib.mk> |