aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/arm/aeabi/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arm/aeabi/Makefile.inc')
-rw-r--r--lib/libc/arm/aeabi/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arm/aeabi/Makefile.inc b/lib/libc/arm/aeabi/Makefile.inc
index ecb1a1f2866e..9ccabc2186f9 100644
--- a/lib/libc/arm/aeabi/Makefile.inc
+++ b/lib/libc/arm/aeabi/Makefile.inc
@@ -21,7 +21,7 @@ SRCS+= aeabi_vfp_double.S \
# libc. This causes issues when other parts of libc call these functions.
# We work around this by including these functions in libc but mark them as
# hidden so users of libc will not pick up these versions.
-.PATH: ${SRCTOP}/contrib/compiler-rt/lib/builtins/arm
+.PATH: ${SRCTOP}/contrib/llvm-project/compiler-rt/lib/builtins/arm
SRCS+= aeabi_memcmp.S \
aeabi_memcpy.S \