diff options
author | 2016-09-19 12:19:34 +0000 | |
---|---|---|
committer | 2016-09-19 12:19:34 +0000 | |
commit | 059e289b8b581bfb10fa851c96d8f38459f4ff5f (patch) | |
tree | 098ee8133649b6825fdc2e06bc9c25464de79746 | |
parent | Add PowerPC backend build infrastructure. (diff) | |
download | wireguard-openbsd-059e289b8b581bfb10fa851c96d8f38459f4ff5f.tar.xz wireguard-openbsd-059e289b8b581bfb10fa851c96d8f38459f4ff5f.zip |
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> |