diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2024-05-22 15:54:32 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2024-05-22 17:02:26 +0000 |
| commit | 82854693aec11f87f1f0560e8395452b64f1770f (patch) | |
| tree | 1bf6ee9ec251390056b9c90111489b01d4767b06 /lib/libomp | |
| parent | 2183004e14a863d65ca9192df1bea2625e3fdfb3 (diff) | |
Diffstat (limited to 'lib/libomp')
| -rw-r--r-- | lib/libomp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libomp/Makefile b/lib/libomp/Makefile index aa9e6799ab59..2be8a207a219 100644 --- a/lib/libomp/Makefile +++ b/lib/libomp/Makefile @@ -1,4 +1,7 @@ +# z_Linux_asm.S is missing BTI support +MK_BRANCH_PROTECTION=no + .include <bsd.compiler.mk> SHLIB_NAME= libomp.so |
