diff options
author | 2020-07-02 15:45:13 +0000 | |
---|---|---|
committer | 2020-07-02 15:45:13 +0000 | |
commit | 45ee77c43f3cffe6b07e8852763effa8fdf81630 (patch) | |
tree | 4838971e2c038923dd0c163657a3540d585642b7 | |
parent | Fix pte_lookup() for pages using the secondary hash. (diff) | |
download | wireguard-openbsd-45ee77c43f3cffe6b07e8852763effa8fdf81630.tar.xz wireguard-openbsd-45ee77c43f3cffe6b07e8852763effa8fdf81630.zip |
We need the same header files on powerpc64 as we have on powerpc.
ok deraadt@
-rw-r--r-- | gnu/usr.bin/clang/include/clang/intrin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/include/clang/intrin/Makefile b/gnu/usr.bin/clang/include/clang/intrin/Makefile index 6229c93eedc..5a021bb1901 100644 --- a/gnu/usr.bin/clang/include/clang/intrin/Makefile +++ b/gnu/usr.bin/clang/include/clang/intrin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2019/09/01 16:40:03 patrick Exp $ +# $OpenBSD: Makefile,v 1.21 2020/07/02 15:45:13 kettenis Exp $ .include <bsd.own.mk> @@ -103,7 +103,7 @@ HEADERS+= adxintrin.h \ xsavecintrin.h \ xsavesintrin.h \ xtestintrin.h -.elif ${MACHINE_ARCH} == "powerpc" +.elif ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "powerpc64" HEADERS+= altivec.h \ htmintrin.h \ htmxlintrin.h |