summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-01-08 20:11:38 +0000
committerdim <dim@FreeBSD.org>2015-01-08 20:11:38 +0000
commit59eeccaa33505133295f6e871211f0ca82ec8150 (patch)
tree0a2a3f52d34138c1d54139e3b095414b79eadd7b /lib/libc/arm
parent8bceb134870941a4d11f2b14e737b39cb9adda4d (diff)
downloadFreeBSD-src-59eeccaa33505133295f6e871211f0ca82ec8150.zip
FreeBSD-src-59eeccaa33505133295f6e871211f0ca82ec8150.tar.gz
Apparently more Makefiles use stuff from compiler-rt, so fix them up
too. (This did not show during a make universe, strangely.)
Diffstat (limited to 'lib/libc/arm')
-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 b204a53..fa0ec8e 100644
--- a/lib/libc/arm/aeabi/Makefile.inc
+++ b/lib/libc/arm/aeabi/Makefile.inc
@@ -20,7 +20,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: ${LIBC_SRCTOP}/../../contrib/compiler-rt/lib/arm
+.PATH: ${LIBC_SRCTOP}/../../contrib/compiler-rt/lib/builtins/arm
SRCS+= aeabi_memcmp.S \
aeabi_memcpy.S \
OpenPOWER on IntegriCloud