aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-03-09 21:23:35 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-03-09 21:23:35 +0000
commit7ecd99fa424df001028c5cddc52d25b29232f1af (patch)
tree69da90410f25671b3640df4e4c312545174a3d9a /lib/libcompiler_rt
parent56aaed388b0a177b9defb4e6ecb8a716abb3cf33 (diff)
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index b23522b7e410..0e9f58cc3fc0 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -11,7 +11,7 @@ WARNS?= 2
CFLAGS+= ${PICFLAG}
CFLAGS+= -fvisibility=hidden
CFLAGS+= -DVISIBILITY_HIDDEN
-CFLAGS+= -I${SRCTOP}/contrib/libcxxrt
+CFLAGS+= -I${SRCTOP}/contrib/llvm-project/libunwind/include
# gcc has incompatible internal declarations for __divtc3 and __multc3, but has
# no option to silence its warning, so make warnings non-fatal.