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.